home / media

streams

6 rows where v_uid = "v_mder2"

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
572 v_mder2 javguru https://jav.guru/788369/iene-295-incest-with-my-sister-who-keeps-going-in-and-out-of-the-hospital-today-i-saw-the-ocean-im-not-scared-anymore-kotone-sara/ https://javclan.com/e/2l3ilylha1cx https://jav.guru/searcho/?xr=326c33696c796c6861316378   embed 2026-08-30 09:55:10 2026-08-30 09:55:10 javguru https://javclan.com/e/2l3ilylha1cx
573 v_mder2 javguru https://jav.guru/788369/iene-295-incest-with-my-sister-who-keeps-going-in-and-out-of-the-hospital-today-i-saw-the-ocean-im-not-scared-anymore-kotone-sara/ https://turbovidhls.com/t/68ee0d972e9f1 https://jav.guru/searcho/?ur=36386565306439373265396631 https://cdn3.turboviplay.com/data/66cc3fdf2140f/66cc3fdf2140f.m3u8 m3u8 2026-08-30 09:55:10 2026-08-30 09:55:10 javguru https://turbovidhls.com/t/68ee0d972e9f1
574 v_mder2 javguru https://jav.guru/788369/iene-295-incest-with-my-sister-who-keeps-going-in-and-out-of-the-hospital-today-i-saw-the-ocean-im-not-scared-anymore-kotone-sara/ https://tracylocalschool.com/e/0xqbxfrmq8vi https://jav.guru/searcho/?tr=307871627866726d71387669   embed 2026-08-30 09:55:10 2026-08-30 09:55:10 javguru https://tracylocalschool.com/e/0xqbxfrmq8vi
575 v_mder2 javguru https://jav.guru/788369/iene-295-incest-with-my-sister-who-keeps-going-in-and-out-of-the-hospital-today-i-saw-the-ocean-im-not-scared-anymore-kotone-sara/ https://streamhihi.com/e/iek5cmmyhetg https://jav.guru/searcho/?er=652f69656b35636d6d7968657467   embed 2026-08-30 09:55:10 2026-08-30 09:55:10 javguru https://streamhihi.com/e/iek5cmmyhetg
576 v_mder2 javguru https://jav.guru/788369/iene-295-incest-with-my-sister-who-keeps-going-in-and-out-of-the-hospital-today-i-saw-the-ocean-im-not-scared-anymore-kotone-sara/ https://vide0.net/e/wo9gvdk5l9yn https://jav.guru/searcho/?hr=776f396776646b356c39796e   embed 2026-08-30 09:55:10 2026-08-30 09:55:10 javguru https://vide0.net/e/wo9gvdk5l9yn
577 v_mder2 javguru https://jav.guru/788369/iene-295-incest-with-my-sister-who-keeps-going-in-and-out-of-the-hospital-today-i-saw-the-ocean-im-not-scared-anymore-kotone-sara/ https://maxstream.org/embed-lkq1qhxr45sf.html https://jav.guru/searcho/?or=656d6265642d6c6b713171687872343573662e68746d6c   embed 2026-08-30 09:55:10 2026-08-30 09:55:10 javguru https://maxstream.org/embed-lkq1qhxr45sf.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 3.924ms