home / media

streams

6 rows where v_uid = "v_3n9af"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1478 v_3n9af javguru https://jav.guru/785496/fthtd-161-bachelor%e3%83%bbfaleno-tube-season1-the-true-nature-of-a-cunning-woman-hiding-behind-a-smile/ https://javclan.com/e/y4mk0k0shpif https://jav.guru/searcho/?xr=79346d6b306b307368706966   embed 2026-08-30 14:02:24 2026-08-30 14:02:24 javguru https://javclan.com/e/y4mk0k0shpif
1479 v_3n9af javguru https://jav.guru/785496/fthtd-161-bachelor%e3%83%bbfaleno-tube-season1-the-true-nature-of-a-cunning-woman-hiding-behind-a-smile/ https://turbovidhls.com/t/68ec162787430 https://jav.guru/searcho/?ur=36386563313632373837343330   embed 2026-08-30 14:02:24 2026-08-30 14:02:24 javguru https://turbovidhls.com/t/68ec162787430
1480 v_3n9af javguru https://jav.guru/785496/fthtd-161-bachelor%e3%83%bbfaleno-tube-season1-the-true-nature-of-a-cunning-woman-hiding-behind-a-smile/ https://tracylocalschool.com/e/8l2gb4etclrz https://jav.guru/searcho/?tr=386c326762346574636c727a   embed 2026-08-30 14:02:24 2026-08-30 14:02:24 javguru https://tracylocalschool.com/e/8l2gb4etclrz
1481 v_3n9af javguru https://jav.guru/785496/fthtd-161-bachelor%e3%83%bbfaleno-tube-season1-the-true-nature-of-a-cunning-woman-hiding-behind-a-smile/ https://streamhihi.com/e/rxpzxkkiyczs https://jav.guru/searcho/?er=652f7278707a786b6b6979637a73   embed 2026-08-30 14:02:24 2026-08-30 14:02:24 javguru https://streamhihi.com/e/rxpzxkkiyczs
1482 v_3n9af javguru https://jav.guru/785496/fthtd-161-bachelor%e3%83%bbfaleno-tube-season1-the-true-nature-of-a-cunning-woman-hiding-behind-a-smile/ https://vide0.net/e/siljpxkyh95b https://jav.guru/searcho/?hr=73696c6a70786b7968393562   embed 2026-08-30 14:02:24 2026-08-30 14:02:24 javguru https://vide0.net/e/siljpxkyh95b
1483 v_3n9af javguru https://jav.guru/785496/fthtd-161-bachelor%e3%83%bbfaleno-tube-season1-the-true-nature-of-a-cunning-woman-hiding-behind-a-smile/ https://maxstream.org/embed-30jbqzh67pvr.html https://jav.guru/searcho/?or=656d6265642d33306a62717a6836377076722e68746d6c   embed 2026-08-30 14:02:24 2026-08-30 14:02:24 javguru https://maxstream.org/embed-30jbqzh67pvr.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.295ms