home / media

streams

4 rows where v_uid = "v_xz7se"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1944 v_xz7se javguru https://jav.guru/132856/enki-033-yumika-is-a-horny-snake-tongued-woman-who-cannot-live-without-cock-shes-always-having-another-mans-cock-in-her-pussy-enjoying-raw-creampie/ https://javclan.com/e/s85us8vnaued https://jav.guru/searcho/?xr=733835757338766e61756564   embed 2026-08-30 14:06:33 2026-08-30 14:06:33 javguru https://javclan.com/e/s85us8vnaued
1945 v_xz7se javguru https://jav.guru/132856/enki-033-yumika-is-a-horny-snake-tongued-woman-who-cannot-live-without-cock-shes-always-having-another-mans-cock-in-her-pussy-enjoying-raw-creampie/ https://javplaya.com/embed/to4ev2uflic4 https://jav.guru/searcho/?rr=746f3465763275666c696334   embed 2026-08-30 14:06:33 2026-08-30 14:06:33 javguru https://javplaya.com/embed/to4ev2uflic4
1946 v_xz7se javguru https://jav.guru/132856/enki-033-yumika-is-a-horny-snake-tongued-woman-who-cannot-live-without-cock-shes-always-having-another-mans-cock-in-her-pussy-enjoying-raw-creampie/ https://vide0.net/e/w3gzc6jzhq5ahfj83awqg052s7b8jgg3 https://jav.guru/searcho/?hr=7733677a63366a7a6871356168666a383361777167303532733762386a676733   embed 2026-08-30 14:06:33 2026-08-30 14:06:33 javguru https://vide0.net/e/w3gzc6jzhq5ahfj83awqg052s7b8jgg3
1947 v_xz7se javguru https://jav.guru/132856/enki-033-yumika-is-a-horny-snake-tongued-woman-who-cannot-live-without-cock-shes-always-having-another-mans-cock-in-her-pussy-enjoying-raw-creampie/ https://maxstream.org/embed-obq5q5rwz2in.html https://jav.guru/searcho/?or=656d6265642d6f627135713572777a32696e2e68746d6c   embed 2026-08-30 14:06:33 2026-08-30 14:06:33 javguru https://maxstream.org/embed-obq5q5rwz2in.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.773ms