home / media

streams

4 rows where v_uid = "v_h3g4t"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1892 v_h3g4t javguru https://jav.guru/135038/hnd-951-my-girlfriends-younger-sister-loves-me-too-much-and-secretly-wants-to-make-babies-with-me-nene/ https://javclan.com/e/fg99osra0h66 https://jav.guru/searcho/?xr=666739396f73726130683636   embed 2026-08-30 14:06:05 2026-08-30 14:06:05 javguru https://javclan.com/e/fg99osra0h66
1893 v_h3g4t javguru https://jav.guru/135038/hnd-951-my-girlfriends-younger-sister-loves-me-too-much-and-secretly-wants-to-make-babies-with-me-nene/ https://javplaya.com/embed/xmoxakvlc5oj https://jav.guru/searcho/?rr=786d6f78616b766c63356f6a   embed 2026-08-30 14:06:05 2026-08-30 14:06:05 javguru https://javplaya.com/embed/xmoxakvlc5oj
1894 v_h3g4t javguru https://jav.guru/135038/hnd-951-my-girlfriends-younger-sister-loves-me-too-much-and-secretly-wants-to-make-babies-with-me-nene/ https://vide0.net/e/e1638g8ctz13w034lbc6mj5xu3e9uvx7 https://jav.guru/searcho/?hr=6531363338673863747a3133773033346c6263366d6a35787533653975767837   embed 2026-08-30 14:06:05 2026-08-30 14:06:05 javguru https://vide0.net/e/e1638g8ctz13w034lbc6mj5xu3e9uvx7
1895 v_h3g4t javguru https://jav.guru/135038/hnd-951-my-girlfriends-younger-sister-loves-me-too-much-and-secretly-wants-to-make-babies-with-me-nene/ https://maxstream.org/embed-9q5q11wmjfsb.html https://jav.guru/searcho/?or=656d6265642d397135713131776d6a6673622e68746d6c   embed 2026-08-30 14:06:05 2026-08-30 14:06:05 javguru https://maxstream.org/embed-9q5q11wmjfsb.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.212ms