home / media

streams

6 rows where v_uid = "v_jtxrc"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2158 v_jtxrc javguru https://jav.guru/785248/jufd-105-young-wifes-shameful-anal-treatment-mashiro/ https://javclan.com/e/5uq1teg1tiim https://jav.guru/searcho/?xr=35757131746567317469696d   embed 2026-08-30 14:08:30 2026-08-30 14:08:30 javguru https://javclan.com/e/5uq1teg1tiim
2159 v_jtxrc javguru https://jav.guru/785248/jufd-105-young-wifes-shameful-anal-treatment-mashiro/ https://turbovidhls.com/t/68eaabb7c407e https://jav.guru/searcho/?ur=36386561616262376334303765   embed 2026-08-30 14:08:30 2026-08-30 14:08:30 javguru https://turbovidhls.com/t/68eaabb7c407e
2160 v_jtxrc javguru https://jav.guru/785248/jufd-105-young-wifes-shameful-anal-treatment-mashiro/ https://tracylocalschool.com/e/esl55fhkufzx https://jav.guru/searcho/?tr=65736c353566686b75667a78   embed 2026-08-30 14:08:30 2026-08-30 14:08:30 javguru https://tracylocalschool.com/e/esl55fhkufzx
2161 v_jtxrc javguru https://jav.guru/785248/jufd-105-young-wifes-shameful-anal-treatment-mashiro/ https://streamhihi.com/e/ytxlwqashun6 https://jav.guru/searcho/?er=652f7974786c7771617368756e36   embed 2026-08-30 14:08:30 2026-08-30 14:08:30 javguru https://streamhihi.com/e/ytxlwqashun6
2162 v_jtxrc javguru https://jav.guru/785248/jufd-105-young-wifes-shameful-anal-treatment-mashiro/ https://vide0.net/e/6tbd3a9a7e7t https://jav.guru/searcho/?hr=367462643361396137653774   embed 2026-08-30 14:08:30 2026-08-30 14:08:30 javguru https://vide0.net/e/6tbd3a9a7e7t
2163 v_jtxrc javguru https://jav.guru/785248/jufd-105-young-wifes-shameful-anal-treatment-mashiro/ https://maxstream.org/embed-uu3xxrh6slju.html https://jav.guru/searcho/?or=656d6265642d7575337878726836736c6a752e68746d6c   embed 2026-08-30 14:08:30 2026-08-30 14:08:30 javguru https://maxstream.org/embed-uu3xxrh6slju.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.018ms