home / media

streams

6 rows where v_uid = "v_4oo7p"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1851 v_4oo7p javguru https://jav.guru/785449/nask-088-uncontrollable-desire-of-a-fifty-year-old-a-womans-pleasure-revives-with-hot/ https://javclan.com/e/cx5j2e6nejvt https://jav.guru/searcho/?xr=6378356a3265366e656a7674   embed 2026-08-30 14:05:44 2026-08-30 14:05:44 javguru https://javclan.com/e/cx5j2e6nejvt
1852 v_4oo7p javguru https://jav.guru/785449/nask-088-uncontrollable-desire-of-a-fifty-year-old-a-womans-pleasure-revives-with-hot/ https://turbovidhls.com/t/68ec04e5df557 https://jav.guru/searcho/?ur=36386563303465356466353537   embed 2026-08-30 14:05:44 2026-08-30 14:05:44 javguru https://turbovidhls.com/t/68ec04e5df557
1853 v_4oo7p javguru https://jav.guru/785449/nask-088-uncontrollable-desire-of-a-fifty-year-old-a-womans-pleasure-revives-with-hot/ https://tracylocalschool.com/e/m8plsracaksb https://jav.guru/searcho/?tr=6d38706c73726163616b7362   embed 2026-08-30 14:05:44 2026-08-30 14:05:44 javguru https://tracylocalschool.com/e/m8plsracaksb
1854 v_4oo7p javguru https://jav.guru/785449/nask-088-uncontrollable-desire-of-a-fifty-year-old-a-womans-pleasure-revives-with-hot/ https://streamhihi.com/e/tavclacoc1k1 https://jav.guru/searcho/?er=652f746176636c61636f63316b31   embed 2026-08-30 14:05:44 2026-08-30 14:05:44 javguru https://streamhihi.com/e/tavclacoc1k1
1855 v_4oo7p javguru https://jav.guru/785449/nask-088-uncontrollable-desire-of-a-fifty-year-old-a-womans-pleasure-revives-with-hot/ https://vide0.net/e/eolv3ezwwq0u https://jav.guru/searcho/?hr=656f6c7633657a7777713075   embed 2026-08-30 14:05:44 2026-08-30 14:05:44 javguru https://vide0.net/e/eolv3ezwwq0u
1856 v_4oo7p javguru https://jav.guru/785449/nask-088-uncontrollable-desire-of-a-fifty-year-old-a-womans-pleasure-revives-with-hot/ https://maxstream.org/embed-f78zkuwezy50.html https://jav.guru/searcho/?or=656d6265642d6637387a6b7577657a7935302e68746d6c   embed 2026-08-30 14:05:44 2026-08-30 14:05:44 javguru https://maxstream.org/embed-f78zkuwezy50.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.869ms