home / media

streams

6 rows where v_uid = "v_y98gv"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1576 v_y98gv javguru https://jav.guru/785473/nacr-809-leave-it-to-abe-ai-a-consultation-room-for-any-worries-in-the-case-of-a-cherry-university/ https://javclan.com/e/3ck9wxydt7nv https://jav.guru/searcho/?xr=33636b397778796474376e76   embed 2026-08-30 14:03:22 2026-08-30 14:03:22 javguru https://javclan.com/e/3ck9wxydt7nv
1577 v_y98gv javguru https://jav.guru/785473/nacr-809-leave-it-to-abe-ai-a-consultation-room-for-any-worries-in-the-case-of-a-cherry-university/ https://turbovidhls.com/t/68ebfec646858 https://jav.guru/searcho/?ur=36386562666563363436383538   embed 2026-08-30 14:03:22 2026-08-30 14:03:22 javguru https://turbovidhls.com/t/68ebfec646858
1578 v_y98gv javguru https://jav.guru/785473/nacr-809-leave-it-to-abe-ai-a-consultation-room-for-any-worries-in-the-case-of-a-cherry-university/ https://tracylocalschool.com/e/u0drx6l9ukok https://jav.guru/searcho/?tr=7530647278366c39756b6f6b   embed 2026-08-30 14:03:22 2026-08-30 14:03:22 javguru https://tracylocalschool.com/e/u0drx6l9ukok
1579 v_y98gv javguru https://jav.guru/785473/nacr-809-leave-it-to-abe-ai-a-consultation-room-for-any-worries-in-the-case-of-a-cherry-university/ https://streamhihi.com/e/dc2sprjsykir https://jav.guru/searcho/?er=652f6463327370726a73796b6972   embed 2026-08-30 14:03:22 2026-08-30 14:03:22 javguru https://streamhihi.com/e/dc2sprjsykir
1580 v_y98gv javguru https://jav.guru/785473/nacr-809-leave-it-to-abe-ai-a-consultation-room-for-any-worries-in-the-case-of-a-cherry-university/ https://vide0.net/e/69xm4u14vnxq https://jav.guru/searcho/?hr=3639786d34753134766e7871   embed 2026-08-30 14:03:22 2026-08-30 14:03:22 javguru https://vide0.net/e/69xm4u14vnxq
1581 v_y98gv javguru https://jav.guru/785473/nacr-809-leave-it-to-abe-ai-a-consultation-room-for-any-worries-in-the-case-of-a-cherry-university/ https://maxstream.org/embed-m91pzvd2zitz.html https://jav.guru/searcho/?or=656d6265642d6d3931707a7664327a69747a2e68746d6c   embed 2026-08-30 14:03:22 2026-08-30 14:03:22 javguru https://maxstream.org/embed-m91pzvd2zitz.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.866ms