home / media

streams

4 rows where v_uid = "v_fxm7n"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2910 v_fxm7n javguru https://jav.guru/383940/ebwh-087-highest-paid-model-in-history-overwhelms-with-stunning-visual-beauty-3-bouts-of-erotic-liberation-starring-kiyomiya/ https://javclan.com/e/3ggl7e32ktv2 https://jav.guru/searcho/?xr=3367676c376533326b747632   embed 2026-08-30 14:14:24 2026-08-30 14:14:24 javguru https://javclan.com/e/3ggl7e32ktv2
2911 v_fxm7n javguru https://jav.guru/383940/ebwh-087-highest-paid-model-in-history-overwhelms-with-stunning-visual-beauty-3-bouts-of-erotic-liberation-starring-kiyomiya/ https://oppainet.net/embed/P8Zm1N1sWhSDi81 https://jav.guru/searcho/?gr=50385a6d314e317357685344693831   embed 2026-08-30 14:14:24 2026-08-30 14:14:24 javguru https://oppainet.net/embed/P8Zm1N1sWhSDi81
2912 v_fxm7n javguru https://jav.guru/383940/ebwh-087-highest-paid-model-in-history-overwhelms-with-stunning-visual-beauty-3-bouts-of-erotic-liberation-starring-kiyomiya/ https://vide0.net/e/6wgtp2ldr25n https://jav.guru/searcho/?hr=3677677470326c647232356e   embed 2026-08-30 14:14:24 2026-08-30 14:14:24 javguru https://vide0.net/e/6wgtp2ldr25n
2913 v_fxm7n javguru https://jav.guru/383940/ebwh-087-highest-paid-model-in-history-overwhelms-with-stunning-visual-beauty-3-bouts-of-erotic-liberation-starring-kiyomiya/ https://maxstream.org/embed-atmho0aifo80.html https://jav.guru/searcho/?or=656d6265642d61746d686f306169666f38302e68746d6c   embed 2026-08-30 14:14:24 2026-08-30 14:14:24 javguru https://maxstream.org/embed-atmho0aifo80.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.484ms