home / media

streams

5 rows where v_uid = "v_nuwdu"

This data as json, CSV (advanced)

Suggested facets: addedAt (date), updatedAt (date)

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1918 v_nuwdu javguru https://jav.guru/132683/club-628-the-treatment-room-which-the-female-teacher-uses-for-chiropratic-therapy-28/ https://javclan.com/e/0ow5hhba2fbl https://jav.guru/searcho/?xr=306f7735686862613266626c   embed 2026-08-30 14:06:21 2026-08-30 14:06:21 javguru https://javclan.com/e/0ow5hhba2fbl
1919 v_nuwdu javguru https://jav.guru/132683/club-628-the-treatment-room-which-the-female-teacher-uses-for-chiropratic-therapy-28/ https://tracylocalschool.com/e/9jmlp4h3niig https://jav.guru/searcho/?tr=396a6d6c703468336e696967   embed 2026-08-30 14:06:21 2026-08-30 14:06:21 javguru https://tracylocalschool.com/e/9jmlp4h3niig
1920 v_nuwdu javguru https://jav.guru/132683/club-628-the-treatment-room-which-the-female-teacher-uses-for-chiropratic-therapy-28/ https://javplaya.com/embed/lw1zvktbakm1 https://jav.guru/searcho/?rr=6c77317a766b7462616b6d31   embed 2026-08-30 14:06:21 2026-08-30 14:06:21 javguru https://javplaya.com/embed/lw1zvktbakm1
1921 v_nuwdu javguru https://jav.guru/132683/club-628-the-treatment-room-which-the-female-teacher-uses-for-chiropratic-therapy-28/ https://vide0.net/e/faje1zkpkb0co00eo1srofo5qy0ohvnx https://jav.guru/searcho/?hr=66616a65317a6b706b6230636f3030656f3173726f666f357179306f68766e78   embed 2026-08-30 14:06:21 2026-08-30 14:06:21 javguru https://vide0.net/e/faje1zkpkb0co00eo1srofo5qy0ohvnx
1922 v_nuwdu javguru https://jav.guru/132683/club-628-the-treatment-room-which-the-female-teacher-uses-for-chiropratic-therapy-28/ https://maxstream.org/embed-98yekh0xe1zf.html https://jav.guru/searcho/?or=656d6265642d393879656b68307865317a662e68746d6c   embed 2026-08-30 14:06:21 2026-08-30 14:06:21 javguru https://maxstream.org/embed-98yekh0xe1zf.html

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE streams (
  id         INTEGER PRIMARY KEY,
  v_uid      TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE,
  source     TEXT NOT NULL,
  sourceUrl  TEXT,
  embedUrl   TEXT,
  proxyUrl   TEXT,
  directLink TEXT,
  kind       TEXT NOT NULL DEFAULT 'embed'
               CHECK (kind IN ('embed', 'm3u8', 'mp4', 'webm', 'ts')),
  addedAt    TEXT NOT NULL DEFAULT (datetime('now')),
  updatedAt  TEXT NOT NULL DEFAULT (datetime('now')),

  dedupe TEXT GENERATED ALWAYS AS (
    source || char(10) || coalesce(embedUrl, proxyUrl, directLink, sourceUrl, '')
  ) STORED,
  UNIQUE (v_uid, dedupe)
);
CREATE INDEX idx_streams_video  ON streams(v_uid);
CREATE INDEX idx_streams_source ON streams(source);
Powered by Datasette · Queries took 4.155ms