home / media

streams

6 rows where v_uid = "v_dhmi0"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1714 v_dhmi0 javguru https://jav.guru/785458/nanx-292-find-the-most-erotic-girl-in-the-pickup-of-a-promiscuous-gal/ https://javclan.com/e/yudturp9z46a https://jav.guru/searcho/?xr=79756474757270397a343661   embed 2026-08-30 14:04:38 2026-08-30 14:04:38 javguru https://javclan.com/e/yudturp9z46a
1715 v_dhmi0 javguru https://jav.guru/785458/nanx-292-find-the-most-erotic-girl-in-the-pickup-of-a-promiscuous-gal/ https://turbovidhls.com/t/68ec02acb0f46 https://jav.guru/searcho/?ur=36386563303261636230663436   embed 2026-08-30 14:04:38 2026-08-30 14:04:38 javguru https://turbovidhls.com/t/68ec02acb0f46
1716 v_dhmi0 javguru https://jav.guru/785458/nanx-292-find-the-most-erotic-girl-in-the-pickup-of-a-promiscuous-gal/ https://tracylocalschool.com/e/au03iwhx2pu2 https://jav.guru/searcho/?tr=617530336977687832707532   embed 2026-08-30 14:04:38 2026-08-30 14:04:38 javguru https://tracylocalschool.com/e/au03iwhx2pu2
1717 v_dhmi0 javguru https://jav.guru/785458/nanx-292-find-the-most-erotic-girl-in-the-pickup-of-a-promiscuous-gal/ https://streamhihi.com/e/96nqqbarepho https://jav.guru/searcho/?er=652f39366e71716261726570686f   embed 2026-08-30 14:04:38 2026-08-30 14:04:38 javguru https://streamhihi.com/e/96nqqbarepho
1718 v_dhmi0 javguru https://jav.guru/785458/nanx-292-find-the-most-erotic-girl-in-the-pickup-of-a-promiscuous-gal/ https://vide0.net/e/0o7stgtf1exw https://jav.guru/searcho/?hr=306f37737467746631657877   embed 2026-08-30 14:04:38 2026-08-30 14:04:38 javguru https://vide0.net/e/0o7stgtf1exw
1719 v_dhmi0 javguru https://jav.guru/785458/nanx-292-find-the-most-erotic-girl-in-the-pickup-of-a-promiscuous-gal/ https://maxstream.org/embed-9ixl5oyzswut.html https://jav.guru/searcho/?or=656d6265642d3969786c356f797a737775742e68746d6c   embed 2026-08-30 14:04:38 2026-08-30 14:04:38 javguru https://maxstream.org/embed-9ixl5oyzswut.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 5.205ms