home / media

streams

6 rows where v_uid = "v_0wcx7"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
4067 v_0wcx7 javguru https://jav.guru/792687/babd-009-having-sex-live-on-the-dangerous-day-that-comes-once-a-month-with-runa-shimotsuki/ https://javclan.com/e/0f7puoylb5je https://jav.guru/searcho/?xr=30663770756f796c62356a65   embed 2026-08-30 14:26:07 2026-08-30 14:26:07 javguru https://javclan.com/e/0f7puoylb5je
4068 v_0wcx7 javguru https://jav.guru/792687/babd-009-having-sex-live-on-the-dangerous-day-that-comes-once-a-month-with-runa-shimotsuki/ https://turbovidhls.com/t/68f67d998f52b https://jav.guru/searcho/?ur=36386636376439393866353262   embed 2026-08-30 14:26:07 2026-08-30 14:26:07 javguru https://turbovidhls.com/t/68f67d998f52b
4069 v_0wcx7 javguru https://jav.guru/792687/babd-009-having-sex-live-on-the-dangerous-day-that-comes-once-a-month-with-runa-shimotsuki/ https://tracylocalschool.com/e/rtwcirhsoecf https://jav.guru/searcho/?tr=72747763697268736f656366   embed 2026-08-30 14:26:07 2026-08-30 14:26:07 javguru https://tracylocalschool.com/e/rtwcirhsoecf
4070 v_0wcx7 javguru https://jav.guru/792687/babd-009-having-sex-live-on-the-dangerous-day-that-comes-once-a-month-with-runa-shimotsuki/ https://streamhihi.com/e/1t9la2m7b9op https://jav.guru/searcho/?er=652f3174396c61326d3762396f70   embed 2026-08-30 14:26:07 2026-08-30 14:26:07 javguru https://streamhihi.com/e/1t9la2m7b9op
4071 v_0wcx7 javguru https://jav.guru/792687/babd-009-having-sex-live-on-the-dangerous-day-that-comes-once-a-month-with-runa-shimotsuki/ https://vide0.net/e/kx4no03nbyrr https://jav.guru/searcho/?hr=6b78346e6f30336e62797272   embed 2026-08-30 14:26:07 2026-08-30 14:26:07 javguru https://vide0.net/e/kx4no03nbyrr
4072 v_0wcx7 javguru https://jav.guru/792687/babd-009-having-sex-live-on-the-dangerous-day-that-comes-once-a-month-with-runa-shimotsuki/ https://maxstream.org/embed-gt7fhyq04088.html https://jav.guru/searcho/?or=656d6265642d6774376668797130343038382e68746d6c   embed 2026-08-30 14:26:07 2026-08-30 14:26:07 javguru https://maxstream.org/embed-gt7fhyq04088.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.82ms