home / media

streams

6 rows where v_uid = "v_0uitu"

This data as json, CSV (advanced)

Suggested facets: addedAt (date), updatedAt (date)

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2301 v_0uitu javguru https://jav.guru/784798/ipzz-733-the-stunning-beauty-nakamura-miu-treats-you-like-a-king-allowing-you-to-release-ten-times-over-a-luxurious-two-day/ https://javclan.com/e/21wsrzsdahzj https://jav.guru/searcho/?xr=32317773727a736461687a6a   embed 2026-08-30 14:09:36 2026-08-30 14:09:36 javguru https://javclan.com/e/21wsrzsdahzj
2302 v_0uitu javguru https://jav.guru/784798/ipzz-733-the-stunning-beauty-nakamura-miu-treats-you-like-a-king-allowing-you-to-release-ten-times-over-a-luxurious-two-day/ https://turbovidhls.com/t/68e95a389da79 https://jav.guru/searcho/?ur=36386539356133383964613739   embed 2026-08-30 14:09:36 2026-08-30 14:09:36 javguru https://turbovidhls.com/t/68e95a389da79
2303 v_0uitu javguru https://jav.guru/784798/ipzz-733-the-stunning-beauty-nakamura-miu-treats-you-like-a-king-allowing-you-to-release-ten-times-over-a-luxurious-two-day/ https://tracylocalschool.com/e/kaobpwnodqfl https://jav.guru/searcho/?tr=6b616f6270776e6f6471666c   embed 2026-08-30 14:09:36 2026-08-30 14:09:36 javguru https://tracylocalschool.com/e/kaobpwnodqfl
2304 v_0uitu javguru https://jav.guru/784798/ipzz-733-the-stunning-beauty-nakamura-miu-treats-you-like-a-king-allowing-you-to-release-ten-times-over-a-luxurious-two-day/ https://streamhihi.com/e/t8rtalcqmxsb https://jav.guru/searcho/?er=652f74387274616c63716d787362   embed 2026-08-30 14:09:36 2026-08-30 14:09:36 javguru https://streamhihi.com/e/t8rtalcqmxsb
2305 v_0uitu javguru https://jav.guru/784798/ipzz-733-the-stunning-beauty-nakamura-miu-treats-you-like-a-king-allowing-you-to-release-ten-times-over-a-luxurious-two-day/ https://vide0.net/e/iyzz74qhx23y https://jav.guru/searcho/?hr=69797a7a3734716878323379   embed 2026-08-30 14:09:36 2026-08-30 14:09:36 javguru https://vide0.net/e/iyzz74qhx23y
2306 v_0uitu javguru https://jav.guru/784798/ipzz-733-the-stunning-beauty-nakamura-miu-treats-you-like-a-king-allowing-you-to-release-ten-times-over-a-luxurious-two-day/ https://maxstream.org/embed-u7zxpv4qzqah.html https://jav.guru/searcho/?or=656d6265642d75377a78707634717a7161682e68746d6c   embed 2026-08-30 14:09:36 2026-08-30 14:09:36 javguru https://maxstream.org/embed-u7zxpv4qzqah.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.207ms