home / media

streams

2 rows where v_uid = "v_q5v9q"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1552 v_q5v9q javguru https://jav.guru/152323/aoz-303z-shadowing-a-gal-youre-after-and-breaking-and-entering-into-her-place-rough-sex-with-3-holes-including-anal/ https://javclan.com/e/o7eehm6v59a6 https://jav.guru/searcho/?xr=6f376565686d367635396136   embed 2026-08-30 14:03:04 2026-08-30 14:03:04 javguru https://javclan.com/e/o7eehm6v59a6
1553 v_q5v9q javguru https://jav.guru/152323/aoz-303z-shadowing-a-gal-youre-after-and-breaking-and-entering-into-her-place-rough-sex-with-3-holes-including-anal/ https://maxstream.org/embed-ayxgjrvzz61w.html https://jav.guru/searcho/?or=656d6265642d617978676a72767a7a3631772e68746d6c   embed 2026-08-30 14:03:04 2026-08-30 14:03:04 javguru https://maxstream.org/embed-ayxgjrvzz61w.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.774ms