home / media

streams

6 rows where v_uid = "v_1dl06"

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
10109 v_1dl06 javguru https://jav.guru/797887/nacr-207-the-widow-and-her-mother-in-law-kubo-kyouko/ https://javclan.com/e/ilt59j7szfxm https://jav.guru/searcho/?xr=696c7435396a37737a66786d   embed 2026-08-30 17:40:08 2026-08-30 17:40:08 javguru https://javclan.com/e/ilt59j7szfxm
10110 v_1dl06 javguru https://jav.guru/797887/nacr-207-the-widow-and-her-mother-in-law-kubo-kyouko/ https://turbovidhls.com/t/6901091ed863d https://jav.guru/searcho/?ur=36393031303931656438363364 https://cdn3.turboviplay.com/data3/6901091ed863d/6901091ed863d.m3u8 m3u8 2026-08-30 17:40:08 2026-08-30 17:40:08 javguru https://turbovidhls.com/t/6901091ed863d
10111 v_1dl06 javguru https://jav.guru/797887/nacr-207-the-widow-and-her-mother-in-law-kubo-kyouko/ https://tracylocalschool.com/e/kfrsohbs2zwj https://jav.guru/searcho/?tr=6b6672736f686273327a776a   embed 2026-08-30 17:40:08 2026-08-30 17:40:08 javguru https://tracylocalschool.com/e/kfrsohbs2zwj
10112 v_1dl06 javguru https://jav.guru/797887/nacr-207-the-widow-and-her-mother-in-law-kubo-kyouko/ https://streamhihi.com/e/dz3t8rb4eqos https://jav.guru/searcho/?er=652f647a33743872623465716f73   embed 2026-08-30 17:40:08 2026-08-30 17:40:08 javguru https://streamhihi.com/e/dz3t8rb4eqos
10113 v_1dl06 javguru https://jav.guru/797887/nacr-207-the-widow-and-her-mother-in-law-kubo-kyouko/ https://vide0.net/e/fn4gnw81a0jd https://jav.guru/searcho/?hr=666e34676e77383161306a64   embed 2026-08-30 17:40:08 2026-08-30 17:40:08 javguru https://vide0.net/e/fn4gnw81a0jd
10114 v_1dl06 javguru https://jav.guru/797887/nacr-207-the-widow-and-her-mother-in-law-kubo-kyouko/ https://maxstream.org/embed-1sxl1imy1kvo.html https://jav.guru/searcho/?or=656d6265642d3173786c31696d79316b766f2e68746d6c   embed 2026-08-30 17:40:08 2026-08-30 17:40:08 javguru https://maxstream.org/embed-1sxl1imy1kvo.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.237ms