home / media

streams

6 rows where v_uid = "v_wo8ns"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2757 v_wo8ns javguru https://jav.guru/784753/real-944-drugging-my-exceptionally-talented-stepsister-to-violate-her-underdeveloped-body-every-night-a-schoolgirls-sleep-rpe-with-matsui/ https://javclan.com/e/ymtyqi8vl2sm https://jav.guru/searcho/?xr=796d7479716938766c32736d   embed 2026-08-30 14:13:08 2026-08-30 14:13:08 javguru https://javclan.com/e/ymtyqi8vl2sm
2758 v_wo8ns javguru https://jav.guru/784753/real-944-drugging-my-exceptionally-talented-stepsister-to-violate-her-underdeveloped-body-every-night-a-schoolgirls-sleep-rpe-with-matsui/ https://turbovidhls.com/t/68e97089bffbd https://jav.guru/searcho/?ur=36386539373038396266666264   embed 2026-08-30 14:13:08 2026-08-30 14:13:08 javguru https://turbovidhls.com/t/68e97089bffbd
2759 v_wo8ns javguru https://jav.guru/784753/real-944-drugging-my-exceptionally-talented-stepsister-to-violate-her-underdeveloped-body-every-night-a-schoolgirls-sleep-rpe-with-matsui/ https://tracylocalschool.com/e/f35mubx1y4lk https://jav.guru/searcho/?tr=6633356d7562783179346c6b   embed 2026-08-30 14:13:08 2026-08-30 14:13:08 javguru https://tracylocalschool.com/e/f35mubx1y4lk
2760 v_wo8ns javguru https://jav.guru/784753/real-944-drugging-my-exceptionally-talented-stepsister-to-violate-her-underdeveloped-body-every-night-a-schoolgirls-sleep-rpe-with-matsui/ https://streamhihi.com/e/14w6m7idclmn https://jav.guru/searcho/?er=652f313477366d376964636c6d6e   embed 2026-08-30 14:13:08 2026-08-30 14:13:08 javguru https://streamhihi.com/e/14w6m7idclmn
2761 v_wo8ns javguru https://jav.guru/784753/real-944-drugging-my-exceptionally-talented-stepsister-to-violate-her-underdeveloped-body-every-night-a-schoolgirls-sleep-rpe-with-matsui/ https://vide0.net/e/61weorjrv6rs https://jav.guru/searcho/?hr=363177656f726a7276367273   embed 2026-08-30 14:13:08 2026-08-30 14:13:08 javguru https://vide0.net/e/61weorjrv6rs
2762 v_wo8ns javguru https://jav.guru/784753/real-944-drugging-my-exceptionally-talented-stepsister-to-violate-her-underdeveloped-body-every-night-a-schoolgirls-sleep-rpe-with-matsui/ https://maxstream.org/embed-mppkb9rd57mf.html https://jav.guru/searcho/?or=656d6265642d6d70706b6239726435376d662e68746d6c   embed 2026-08-30 14:13:08 2026-08-30 14:13:08 javguru https://maxstream.org/embed-mppkb9rd57mf.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 5.316ms