home / media

streams

6 rows where v_uid = "v_7af97"

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
77 v_7af97 javguru https://jav.guru/789613/mds-435-the-goddess-of-the-soap-momose-emiru-complete-edition/ https://javclan.com/e/mar2n7lt902f https://jav.guru/searcho/?xr=6d6172326e376c7439303266   embed 2026-08-30 09:08:50 2026-08-30 09:08:50 javguru https://javclan.com/e/mar2n7lt902f
78 v_7af97 javguru https://jav.guru/789613/mds-435-the-goddess-of-the-soap-momose-emiru-complete-edition/ https://turbovidhls.com/t/68efa2bbbde78 https://jav.guru/searcho/?ur=36386566613262626264653738 https://cdn3.turboviplay.com/data3/68efa2bbbde78/68efa2bbbde78.m3u8 m3u8 2026-08-30 09:08:50 2026-08-30 09:08:50 javguru https://turbovidhls.com/t/68efa2bbbde78
79 v_7af97 javguru https://jav.guru/789613/mds-435-the-goddess-of-the-soap-momose-emiru-complete-edition/ https://tracylocalschool.com/e/h5fw5hv4jqnx https://jav.guru/searcho/?tr=68356677356876346a716e78   embed 2026-08-30 09:08:50 2026-08-30 09:08:50 javguru https://tracylocalschool.com/e/h5fw5hv4jqnx
80 v_7af97 javguru https://jav.guru/789613/mds-435-the-goddess-of-the-soap-momose-emiru-complete-edition/ https://streamhihi.com/e/yl13i0riv2li https://jav.guru/searcho/?er=652f796c31336930726976326c69   embed 2026-08-30 09:08:50 2026-08-30 09:08:50 javguru https://streamhihi.com/e/yl13i0riv2li
81 v_7af97 javguru https://jav.guru/789613/mds-435-the-goddess-of-the-soap-momose-emiru-complete-edition/ https://vide0.net/e/5qhwnln7zz0j https://jav.guru/searcho/?hr=357168776e6c6e377a7a306a   embed 2026-08-30 09:08:50 2026-08-30 09:08:50 javguru https://vide0.net/e/5qhwnln7zz0j
82 v_7af97 javguru https://jav.guru/789613/mds-435-the-goddess-of-the-soap-momose-emiru-complete-edition/ https://maxstream.org/embed-9b7xw2pxggj8.html https://jav.guru/searcho/?or=656d6265642d396237787732707867676a382e68746d6c   embed 2026-08-30 09:08:50 2026-08-30 09:08:50 javguru https://maxstream.org/embed-9b7xw2pxggj8.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.442ms