home / media

streams

6 rows where v_uid = "v_3pg5n"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
281 v_3pg5n javguru https://jav.guru/788332/miae-279-extreme-anal-expansion-2-with-otogoto-rui/ https://javclan.com/e/f5xhlpwe1pdg https://jav.guru/searcho/?xr=663578686c70776531706467   embed 2026-08-30 09:52:47 2026-08-30 09:52:47 javguru https://javclan.com/e/f5xhlpwe1pdg
282 v_3pg5n javguru https://jav.guru/788332/miae-279-extreme-anal-expansion-2-with-otogoto-rui/ https://turbovidhls.com/t/68ee1383e64fd https://jav.guru/searcho/?ur=36386565313338336536346664 https://cdn3.turboviplay.com/data/668c03eb5c1a0/668c03eb5c1a0.m3u8 m3u8 2026-08-30 09:52:47 2026-08-30 09:52:47 javguru https://turbovidhls.com/t/68ee1383e64fd
283 v_3pg5n javguru https://jav.guru/788332/miae-279-extreme-anal-expansion-2-with-otogoto-rui/ https://tracylocalschool.com/e/3rkwpny3w6fr https://jav.guru/searcho/?tr=33726b77706e793377366672   embed 2026-08-30 09:52:47 2026-08-30 09:52:47 javguru https://tracylocalschool.com/e/3rkwpny3w6fr
284 v_3pg5n javguru https://jav.guru/788332/miae-279-extreme-anal-expansion-2-with-otogoto-rui/ https://streamhihi.com/e/uk9scshqcynk https://jav.guru/searcho/?er=652f756b39736373687163796e6b   embed 2026-08-30 09:52:47 2026-08-30 09:52:47 javguru https://streamhihi.com/e/uk9scshqcynk
285 v_3pg5n javguru https://jav.guru/788332/miae-279-extreme-anal-expansion-2-with-otogoto-rui/ https://vide0.net/e/4x2s12vd6xmu https://jav.guru/searcho/?hr=347832733132766436786d75   embed 2026-08-30 09:52:47 2026-08-30 09:52:47 javguru https://vide0.net/e/4x2s12vd6xmu
286 v_3pg5n javguru https://jav.guru/788332/miae-279-extreme-anal-expansion-2-with-otogoto-rui/ https://maxstream.org/embed-pbpi82eeckq2.html https://jav.guru/searcho/?or=656d6265642d7062706938326565636b71322e68746d6c   embed 2026-08-30 09:52:47 2026-08-30 09:52:47 javguru https://maxstream.org/embed-pbpi82eeckq2.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.446ms