home / media

streams

6 rows where v_uid = "v_1lmy6"

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
9343 v_1lmy6 javguru https://jav.guru/799178/miab-559-health-checkup-right-after-enrollment-with-akana/ https://javclan.com/e/omrpaycsivdp https://jav.guru/searcho/?xr=6f6d72706179637369766470   embed 2026-08-30 17:27:04 2026-08-30 17:27:04 javguru https://javclan.com/e/omrpaycsivdp
9344 v_1lmy6 javguru https://jav.guru/799178/miab-559-health-checkup-right-after-enrollment-with-akana/ https://turbovidhls.com/t/6903b20b224a7 https://jav.guru/searcho/?ur=36393033623230623232346137 https://cdn3.turboviplay.com/data3/690397732b38d/690397732b38d.m3u8 m3u8 2026-08-30 17:27:04 2026-08-30 17:27:04 javguru https://turbovidhls.com/t/6903b20b224a7
9345 v_1lmy6 javguru https://jav.guru/799178/miab-559-health-checkup-right-after-enrollment-with-akana/ https://tracylocalschool.com/e/qqcefhht8ore https://jav.guru/searcho/?tr=7171636566686874386f7265   embed 2026-08-30 17:27:04 2026-08-30 17:27:04 javguru https://tracylocalschool.com/e/qqcefhht8ore
9346 v_1lmy6 javguru https://jav.guru/799178/miab-559-health-checkup-right-after-enrollment-with-akana/ https://streamhihi.com/e/qh1mvaso6p8m https://jav.guru/searcho/?er=652f7168316d7661736f3670386d   embed 2026-08-30 17:27:04 2026-08-30 17:27:04 javguru https://streamhihi.com/e/qh1mvaso6p8m
9347 v_1lmy6 javguru https://jav.guru/799178/miab-559-health-checkup-right-after-enrollment-with-akana/ https://vide0.net/e/xgcrjf2nlfl1 https://jav.guru/searcho/?hr=786763726a66326e6c666c31   embed 2026-08-30 17:27:04 2026-08-30 17:27:04 javguru https://vide0.net/e/xgcrjf2nlfl1
9348 v_1lmy6 javguru https://jav.guru/799178/miab-559-health-checkup-right-after-enrollment-with-akana/ https://maxstream.org/embed-rc9ab26qgqo7.html https://jav.guru/searcho/?or=656d6265642d726339616232367167716f372e68746d6c   embed 2026-08-30 17:27:04 2026-08-30 17:27:04 javguru https://maxstream.org/embed-rc9ab26qgqo7.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.52ms