home / media

streams

4 rows where v_uid = "v_14fpz"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2857 v_14fpz javguru https://jav.guru/384154/ebwh-085-big-tits-rookie-the-beautiful-entrepreneur-who-made-it-to-the-final-selection-of-a-certain-marriage-reality-show-is-top-notch-in-both-body-and-sex-nikaidou/ https://javclan.com/e/72z9hgv5m1ta https://jav.guru/searcho/?xr=37327a39686776356d317461   embed 2026-08-30 14:13:53 2026-08-30 14:13:53 javguru https://javclan.com/e/72z9hgv5m1ta
2858 v_14fpz javguru https://jav.guru/384154/ebwh-085-big-tits-rookie-the-beautiful-entrepreneur-who-made-it-to-the-final-selection-of-a-certain-marriage-reality-show-is-top-notch-in-both-body-and-sex-nikaidou/ https://oppainet.net/embed/k90lU7vPj4nIRYS https://jav.guru/searcho/?gr=6b39306c553776506a346e49525953   embed 2026-08-30 14:13:53 2026-08-30 14:13:53 javguru https://oppainet.net/embed/k90lU7vPj4nIRYS
2859 v_14fpz javguru https://jav.guru/384154/ebwh-085-big-tits-rookie-the-beautiful-entrepreneur-who-made-it-to-the-final-selection-of-a-certain-marriage-reality-show-is-top-notch-in-both-body-and-sex-nikaidou/ https://vide0.net/e/npzc6onxbeji https://jav.guru/searcho/?hr=6e707a63366f6e7862656a69   embed 2026-08-30 14:13:53 2026-08-30 14:13:53 javguru https://vide0.net/e/npzc6onxbeji
2860 v_14fpz javguru https://jav.guru/384154/ebwh-085-big-tits-rookie-the-beautiful-entrepreneur-who-made-it-to-the-final-selection-of-a-certain-marriage-reality-show-is-top-notch-in-both-body-and-sex-nikaidou/ https://maxstream.org/embed-wc3gradkup22.html https://jav.guru/searcho/?or=656d6265642d776333677261646b757032322e68746d6c   embed 2026-08-30 14:13:53 2026-08-30 14:13:53 javguru https://maxstream.org/embed-wc3gradkup22.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.955ms