home / media

streams

4 rows where v_uid = "v_1y3uf"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7258 v_1y3uf javguru https://jav.guru/387829/gvh-659-mother-and-son-incest-natsukawa/ https://javclan.com/e/zwff3xe7y4a0 https://jav.guru/searcho/?xr=7a7766663378653779346130   embed 2026-08-30 14:58:42 2026-08-30 14:58:42 javguru https://javclan.com/e/zwff3xe7y4a0
7259 v_1y3uf javguru https://jav.guru/387829/gvh-659-mother-and-son-incest-natsukawa/ https://oppainet.net/embed/KOhU3SjMXjYmw1Y https://jav.guru/searcho/?gr=4b4f685533536a4d586a596d773159   embed 2026-08-30 14:58:42 2026-08-30 14:58:42 javguru https://oppainet.net/embed/KOhU3SjMXjYmw1Y
7260 v_1y3uf javguru https://jav.guru/387829/gvh-659-mother-and-son-incest-natsukawa/ https://vide0.net/e/2ky1w5oemghu https://jav.guru/searcho/?hr=326b793177356f656d676875   embed 2026-08-30 14:58:42 2026-08-30 14:58:42 javguru https://vide0.net/e/2ky1w5oemghu
7261 v_1y3uf javguru https://jav.guru/387829/gvh-659-mother-and-son-incest-natsukawa/ https://maxstream.org/embed-o7lay34xlaha.html https://jav.guru/searcho/?or=656d6265642d6f376c61793334786c6168612e68746d6c   embed 2026-08-30 14:58:42 2026-08-30 14:58:42 javguru https://maxstream.org/embed-o7lay34xlaha.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.959ms