home / media

streams

6 rows where v_uid = "v_6feds"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2212 v_6feds javguru https://jav.guru/785263/ienf-294-you-can-clearly-see-every-wrinkle-of-the-anus-uncensored-continuous-climax-anal-masturbation-19/ https://javclan.com/e/g24nm9ogmz88 https://jav.guru/searcho/?xr=6732346e6d396f676d7a3838   embed 2026-08-30 14:08:54 2026-08-30 14:08:54 javguru https://javclan.com/e/g24nm9ogmz88
2213 v_6feds javguru https://jav.guru/785263/ienf-294-you-can-clearly-see-every-wrinkle-of-the-anus-uncensored-continuous-climax-anal-masturbation-19/ https://turbovidhls.com/t/68eaa5a070799 https://jav.guru/searcho/?ur=36386561613561303730373939   embed 2026-08-30 14:08:54 2026-08-30 14:08:54 javguru https://turbovidhls.com/t/68eaa5a070799
2214 v_6feds javguru https://jav.guru/785263/ienf-294-you-can-clearly-see-every-wrinkle-of-the-anus-uncensored-continuous-climax-anal-masturbation-19/ https://tracylocalschool.com/e/srkplwbzqat7 https://jav.guru/searcho/?tr=73726b706c77627a71617437   embed 2026-08-30 14:08:54 2026-08-30 14:08:54 javguru https://tracylocalschool.com/e/srkplwbzqat7
2215 v_6feds javguru https://jav.guru/785263/ienf-294-you-can-clearly-see-every-wrinkle-of-the-anus-uncensored-continuous-climax-anal-masturbation-19/ https://streamhihi.com/e/h6lv3k02wyyx https://jav.guru/searcho/?er=652f68366c76336b303277797978   embed 2026-08-30 14:08:54 2026-08-30 14:08:54 javguru https://streamhihi.com/e/h6lv3k02wyyx
2216 v_6feds javguru https://jav.guru/785263/ienf-294-you-can-clearly-see-every-wrinkle-of-the-anus-uncensored-continuous-climax-anal-masturbation-19/ https://vide0.net/e/ou48j6dtet3m https://jav.guru/searcho/?hr=6f7534386a3664746574336d   embed 2026-08-30 14:08:54 2026-08-30 14:08:54 javguru https://vide0.net/e/ou48j6dtet3m
2217 v_6feds javguru https://jav.guru/785263/ienf-294-you-can-clearly-see-every-wrinkle-of-the-anus-uncensored-continuous-climax-anal-masturbation-19/ https://maxstream.org/embed-gauaqnr5yz0e.html https://jav.guru/searcho/?or=656d6265642d67617561716e7235797a30652e68746d6c   embed 2026-08-30 14:08:54 2026-08-30 14:08:54 javguru https://maxstream.org/embed-gauaqnr5yz0e.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.508ms