home / media

streams

6 rows where v_uid = "v_y11o6"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1455 v_y11o6 javguru https://jav.guru/785494/gdta-003-after-dragon-non-stop-sex-with-no-condoms-until-the-next-morning-includes-three-complete-works-vol/ https://javclan.com/e/sv2whd6edrum https://jav.guru/searcho/?xr=73763277686436656472756d   embed 2026-08-30 14:02:10 2026-08-30 14:02:10 javguru https://javclan.com/e/sv2whd6edrum
1456 v_y11o6 javguru https://jav.guru/785494/gdta-003-after-dragon-non-stop-sex-with-no-condoms-until-the-next-morning-includes-three-complete-works-vol/ https://turbovidhls.com/t/68ebfd8f9e4bc https://jav.guru/searcho/?ur=36386562666438663965346263   embed 2026-08-30 14:02:10 2026-08-30 14:02:10 javguru https://turbovidhls.com/t/68ebfd8f9e4bc
1457 v_y11o6 javguru https://jav.guru/785494/gdta-003-after-dragon-non-stop-sex-with-no-condoms-until-the-next-morning-includes-three-complete-works-vol/ https://tracylocalschool.com/e/07tqr7fdmmnt https://jav.guru/searcho/?tr=30377471723766646d6d6e74   embed 2026-08-30 14:02:10 2026-08-30 14:02:10 javguru https://tracylocalschool.com/e/07tqr7fdmmnt
1458 v_y11o6 javguru https://jav.guru/785494/gdta-003-after-dragon-non-stop-sex-with-no-condoms-until-the-next-morning-includes-three-complete-works-vol/ https://streamhihi.com/e/obn2ljdw5wat https://jav.guru/searcho/?er=652f6f626e326c6a647735776174   embed 2026-08-30 14:02:10 2026-08-30 14:02:10 javguru https://streamhihi.com/e/obn2ljdw5wat
1459 v_y11o6 javguru https://jav.guru/785494/gdta-003-after-dragon-non-stop-sex-with-no-condoms-until-the-next-morning-includes-three-complete-works-vol/ https://vide0.net/e/2a7ebjqwba55 https://jav.guru/searcho/?hr=32613765626a717762613535   embed 2026-08-30 14:02:10 2026-08-30 14:02:10 javguru https://vide0.net/e/2a7ebjqwba55
1460 v_y11o6 javguru https://jav.guru/785494/gdta-003-after-dragon-non-stop-sex-with-no-condoms-until-the-next-morning-includes-three-complete-works-vol/ https://maxstream.org/embed-qg8enq3wscq0.html https://jav.guru/searcho/?or=656d6265642d716738656e713377736371302e68746d6c   embed 2026-08-30 14:02:10 2026-08-30 14:02:10 javguru https://maxstream.org/embed-qg8enq3wscq0.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.454ms