home / media

streams

6 rows where v_uid = "v_o2u3u"

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
257 v_o2u3u javguru https://jav.guru/788326/miae-305-exclusive-cum-inside-flesh-toilet-nagai/ https://javclan.com/e/m36ckt8acnt1 https://jav.guru/searcho/?xr=6d3336636b743861636e7431   embed 2026-08-30 09:52:37 2026-08-30 09:52:37 javguru https://javclan.com/e/m36ckt8acnt1
258 v_o2u3u javguru https://jav.guru/788326/miae-305-exclusive-cum-inside-flesh-toilet-nagai/ https://turbovidhls.com/t/68ee146a01373 https://jav.guru/searcho/?ur=36386565313436613031333733 https://cdn3.turboviplay.com/data/66aa4b9ec2e8d/66aa4b9ec2e8d.m3u8 m3u8 2026-08-30 09:52:37 2026-08-30 09:52:37 javguru https://turbovidhls.com/t/68ee146a01373
259 v_o2u3u javguru https://jav.guru/788326/miae-305-exclusive-cum-inside-flesh-toilet-nagai/ https://tracylocalschool.com/e/m2unymclkt1z https://jav.guru/searcho/?tr=6d32756e796d636c6b74317a   embed 2026-08-30 09:52:37 2026-08-30 09:52:37 javguru https://tracylocalschool.com/e/m2unymclkt1z
260 v_o2u3u javguru https://jav.guru/788326/miae-305-exclusive-cum-inside-flesh-toilet-nagai/ https://streamhihi.com/e/mf3hum3m2mjg https://jav.guru/searcho/?er=652f6d663368756d336d326d6a67   embed 2026-08-30 09:52:37 2026-08-30 09:52:37 javguru https://streamhihi.com/e/mf3hum3m2mjg
261 v_o2u3u javguru https://jav.guru/788326/miae-305-exclusive-cum-inside-flesh-toilet-nagai/ https://vide0.net/e/7yy86xt5i34f https://jav.guru/searcho/?hr=377979383678743569333466   embed 2026-08-30 09:52:37 2026-08-30 09:52:37 javguru https://vide0.net/e/7yy86xt5i34f
262 v_o2u3u javguru https://jav.guru/788326/miae-305-exclusive-cum-inside-flesh-toilet-nagai/ https://maxstream.org/embed-69o7r9pmy3vz.html https://jav.guru/searcho/?or=656d6265642d36396f377239706d7933767a2e68746d6c   embed 2026-08-30 09:52:37 2026-08-30 09:52:37 javguru https://maxstream.org/embed-69o7r9pmy3vz.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.805ms