home / media

streams

4 rows where v_uid = "v_u7fj6"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1279 v_u7fj6 javguru https://jav.guru/384716/rctd-590-if-youre-a-son-try-to-guess-your-mothers-naked-body-big-boobed-mom-after-a-long-time-3-families-special/ https://javclan.com/e/oxw6wtccogus https://jav.guru/searcho/?xr=6f787736777463636f677573   embed 2026-08-30 10:01:34 2026-08-30 10:01:34 javguru https://javclan.com/e/oxw6wtccogus
1280 v_u7fj6 javguru https://jav.guru/384716/rctd-590-if-youre-a-son-try-to-guess-your-mothers-naked-body-big-boobed-mom-after-a-long-time-3-families-special/ https://oppainet.net/embed/THjNkcZgj6RBIBM https://jav.guru/searcho/?gr=54486a4e6b635a676a36524249424d   embed 2026-08-30 10:01:34 2026-08-30 10:01:34 javguru https://oppainet.net/embed/THjNkcZgj6RBIBM
1281 v_u7fj6 javguru https://jav.guru/384716/rctd-590-if-youre-a-son-try-to-guess-your-mothers-naked-body-big-boobed-mom-after-a-long-time-3-families-special/ https://vide0.net/e/zvq6j4gipsok https://jav.guru/searcho/?hr=7a7671366a34676970736f6b   embed 2026-08-30 10:01:34 2026-08-30 10:01:34 javguru https://vide0.net/e/zvq6j4gipsok
1282 v_u7fj6 javguru https://jav.guru/384716/rctd-590-if-youre-a-son-try-to-guess-your-mothers-naked-body-big-boobed-mom-after-a-long-time-3-families-special/ https://maxstream.org/embed-gqmbksowwlip.html https://jav.guru/searcho/?or=656d6265642d67716d626b736f77776c69702e68746d6c   embed 2026-08-30 10:01:34 2026-08-30 10:01:34 javguru https://maxstream.org/embed-gqmbksowwlip.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.231ms