home / media

streams

6 rows where v_uid = "v_0ovdq"

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
1169 v_0ovdq javguru https://jav.guru/787726/mbr-aa324-moka-aoi-bye-bye-vibration/ https://javclan.com/e/a5q126d8fpep https://jav.guru/searcho/?xr=613571313236643866706570   embed 2026-08-30 10:00:38 2026-08-30 10:00:38 javguru https://javclan.com/e/a5q126d8fpep
1170 v_0ovdq javguru https://jav.guru/787726/mbr-aa324-moka-aoi-bye-bye-vibration/ https://turbovidhls.com/t/68ed4198bb2a4 https://jav.guru/searcho/?ur=36386564343139386262326134 https://cdn3.turboviplay.com/data3/68ed4198bb2a4/68ed4198bb2a4.m3u8 m3u8 2026-08-30 10:00:38 2026-08-30 10:00:38 javguru https://turbovidhls.com/t/68ed4198bb2a4
1171 v_0ovdq javguru https://jav.guru/787726/mbr-aa324-moka-aoi-bye-bye-vibration/ https://tracylocalschool.com/e/rbefco1fsjvx https://jav.guru/searcho/?tr=72626566636f3166736a7678   embed 2026-08-30 10:00:38 2026-08-30 10:00:38 javguru https://tracylocalschool.com/e/rbefco1fsjvx
1172 v_0ovdq javguru https://jav.guru/787726/mbr-aa324-moka-aoi-bye-bye-vibration/ https://streamhihi.com/e/m4w7aqtfzn7l https://jav.guru/searcho/?er=652f6d347737617174667a6e376c   embed 2026-08-30 10:00:38 2026-08-30 10:00:38 javguru https://streamhihi.com/e/m4w7aqtfzn7l
1173 v_0ovdq javguru https://jav.guru/787726/mbr-aa324-moka-aoi-bye-bye-vibration/ https://vide0.net/e/m82hr75bwqbf https://jav.guru/searcho/?hr=6d3832687237356277716266   embed 2026-08-30 10:00:38 2026-08-30 10:00:38 javguru https://vide0.net/e/m82hr75bwqbf
1174 v_0ovdq javguru https://jav.guru/787726/mbr-aa324-moka-aoi-bye-bye-vibration/ https://maxstream.org/embed-0e98r0ejoyhb.html https://jav.guru/searcho/?or=656d6265642d306539387230656a6f7968622e68746d6c   embed 2026-08-30 10:00:38 2026-08-30 10:00:38 javguru https://maxstream.org/embed-0e98r0ejoyhb.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.772ms