home / media

streams

6 rows where v_uid = "v_68nn1"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1407 v_68nn1 javguru https://jav.guru/785497/fthtd-138-what-if-love-soothing-drugs-were-scattered-around-the-school/ https://javclan.com/e/j3h808x7cv31 https://jav.guru/searcho/?xr=6a3368383038783763763331   embed 2026-08-30 14:01:43 2026-08-30 14:01:43 javguru https://javclan.com/e/j3h808x7cv31
1408 v_68nn1 javguru https://jav.guru/785497/fthtd-138-what-if-love-soothing-drugs-were-scattered-around-the-school/ https://turbovidhls.com/t/68ec15412745b https://jav.guru/searcho/?ur=36386563313534313237343562   embed 2026-08-30 14:01:43 2026-08-30 14:01:43 javguru https://turbovidhls.com/t/68ec15412745b
1409 v_68nn1 javguru https://jav.guru/785497/fthtd-138-what-if-love-soothing-drugs-were-scattered-around-the-school/ https://tracylocalschool.com/e/wgcuiuxps9wz https://jav.guru/searcho/?tr=77676375697578707339777a   embed 2026-08-30 14:01:43 2026-08-30 14:01:43 javguru https://tracylocalschool.com/e/wgcuiuxps9wz
1410 v_68nn1 javguru https://jav.guru/785497/fthtd-138-what-if-love-soothing-drugs-were-scattered-around-the-school/ https://streamhihi.com/e/lct5v148pei7 https://jav.guru/searcho/?er=652f6c6374357631343870656937   embed 2026-08-30 14:01:43 2026-08-30 14:01:43 javguru https://streamhihi.com/e/lct5v148pei7
1411 v_68nn1 javguru https://jav.guru/785497/fthtd-138-what-if-love-soothing-drugs-were-scattered-around-the-school/ https://vide0.net/e/qzs18bq4u4f1 https://jav.guru/searcho/?hr=717a73313862713475346631   embed 2026-08-30 14:01:43 2026-08-30 14:01:43 javguru https://vide0.net/e/qzs18bq4u4f1
1412 v_68nn1 javguru https://jav.guru/785497/fthtd-138-what-if-love-soothing-drugs-were-scattered-around-the-school/ https://maxstream.org/embed-wrhqw5r9vy2s.html https://jav.guru/searcho/?or=656d6265642d7772687177357239767932732e68746d6c   embed 2026-08-30 14:01:43 2026-08-30 14:01:43 javguru https://maxstream.org/embed-wrhqw5r9vy2s.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 3.792ms