home / media

streams

6 rows where v_uid = "v_rtaks"

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
51 v_rtaks javguru https://jav.guru/789667/iene-239-its-a-big-problem-for-me-at-my-peak-desire-a-girls-dorm-full-of-nudists/ https://javclan.com/e/ralynrhbxcth https://jav.guru/searcho/?xr=72616c796e72686278637468   embed 2026-08-30 09:07:31 2026-08-30 09:07:31 javguru https://javclan.com/e/ralynrhbxcth
52 v_rtaks javguru https://jav.guru/789667/iene-239-its-a-big-problem-for-me-at-my-peak-desire-a-girls-dorm-full-of-nudists/ https://turbovidhls.com/t/68ef9678971f1 https://jav.guru/searcho/?ur=36386566393637383937316631 https://cdn3.turboviplay.com/data/668ce9cb982ff/668ce9cb982ff.m3u8 m3u8 2026-08-30 09:07:31 2026-08-30 09:07:31 javguru https://turbovidhls.com/t/68ef9678971f1
53 v_rtaks javguru https://jav.guru/789667/iene-239-its-a-big-problem-for-me-at-my-peak-desire-a-girls-dorm-full-of-nudists/ https://tracylocalschool.com/e/kwhpik05usxs https://jav.guru/searcho/?tr=6b776870696b303575737873   embed 2026-08-30 09:07:31 2026-08-30 09:07:31 javguru https://tracylocalschool.com/e/kwhpik05usxs
54 v_rtaks javguru https://jav.guru/789667/iene-239-its-a-big-problem-for-me-at-my-peak-desire-a-girls-dorm-full-of-nudists/ https://streamhihi.com/e/48goia0d3cqy https://jav.guru/searcho/?er=652f3438676f6961306433637179   embed 2026-08-30 09:07:31 2026-08-30 09:07:31 javguru https://streamhihi.com/e/48goia0d3cqy
55 v_rtaks javguru https://jav.guru/789667/iene-239-its-a-big-problem-for-me-at-my-peak-desire-a-girls-dorm-full-of-nudists/ https://vide0.net/e/8ee1qgj2qkp3 https://jav.guru/searcho/?hr=3865653171676a32716b7033   embed 2026-08-30 09:07:31 2026-08-30 09:07:31 javguru https://vide0.net/e/8ee1qgj2qkp3
56 v_rtaks javguru https://jav.guru/789667/iene-239-its-a-big-problem-for-me-at-my-peak-desire-a-girls-dorm-full-of-nudists/ https://maxstream.org/embed-gnxlrulep426.html https://jav.guru/searcho/?or=656d6265642d676e786c72756c65703432362e68746d6c   embed 2026-08-30 09:07:31 2026-08-30 09:07:31 javguru https://maxstream.org/embed-gnxlrulep426.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.805ms