home / media

streams

6 rows where v_uid = "v_voheq"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1696 v_voheq javguru https://jav.guru/785466/nacx-135-best-12-busty-beauties/ https://javclan.com/e/vvjcnf41l5ad https://jav.guru/searcho/?xr=76766a636e6634316c356164   embed 2026-08-30 14:04:29 2026-08-30 14:04:29 javguru https://javclan.com/e/vvjcnf41l5ad
1697 v_voheq javguru https://jav.guru/785466/nacx-135-best-12-busty-beauties/ https://turbovidhls.com/t/68ec00ac5ba4b https://jav.guru/searcho/?ur=36386563303061633562613462   embed 2026-08-30 14:04:29 2026-08-30 14:04:29 javguru https://turbovidhls.com/t/68ec00ac5ba4b
1698 v_voheq javguru https://jav.guru/785466/nacx-135-best-12-busty-beauties/ https://tracylocalschool.com/e/xkht3zwsnqsl https://jav.guru/searcho/?tr=786b6874337a77736e71736c   embed 2026-08-30 14:04:29 2026-08-30 14:04:29 javguru https://tracylocalschool.com/e/xkht3zwsnqsl
1699 v_voheq javguru https://jav.guru/785466/nacx-135-best-12-busty-beauties/ https://streamhihi.com/e/yh98k5addpoq https://jav.guru/searcho/?er=652f796839386b35616464706f71   embed 2026-08-30 14:04:29 2026-08-30 14:04:29 javguru https://streamhihi.com/e/yh98k5addpoq
1700 v_voheq javguru https://jav.guru/785466/nacx-135-best-12-busty-beauties/ https://vide0.net/e/3styz0q97noe https://jav.guru/searcho/?hr=337374797a307139376e6f65   embed 2026-08-30 14:04:29 2026-08-30 14:04:29 javguru https://vide0.net/e/3styz0q97noe
1701 v_voheq javguru https://jav.guru/785466/nacx-135-best-12-busty-beauties/ https://maxstream.org/embed-9bpd47skzzl4.html https://jav.guru/searcho/?or=656d6265642d396270643437736b7a7a6c342e68746d6c   embed 2026-08-30 14:04:29 2026-08-30 14:04:29 javguru https://maxstream.org/embed-9bpd47skzzl4.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.183ms