home / media

streams

6 rows where v_uid = "v_5y6r4"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2679 v_5y6r4 javguru https://jav.guru/784839/bagr-071-a-divine-gals-reverse-pickup-in-a-room-captured-by-a-fixed-camera-a-sweet-sadistic-one-night-encounter-with-tattooed-gal-hiiragi/ https://javclan.com/e/1tnp9xkzn3jw https://jav.guru/searcho/?xr=31746e7039786b7a6e336a77   embed 2026-08-30 14:12:28 2026-08-30 14:12:28 javguru https://javclan.com/e/1tnp9xkzn3jw
2680 v_5y6r4 javguru https://jav.guru/784839/bagr-071-a-divine-gals-reverse-pickup-in-a-room-captured-by-a-fixed-camera-a-sweet-sadistic-one-night-encounter-with-tattooed-gal-hiiragi/ https://turbovidhls.com/t/68e9505359ac0 https://jav.guru/searcho/?ur=36386539353035333539616330   embed 2026-08-30 14:12:28 2026-08-30 14:12:28 javguru https://turbovidhls.com/t/68e9505359ac0
2681 v_5y6r4 javguru https://jav.guru/784839/bagr-071-a-divine-gals-reverse-pickup-in-a-room-captured-by-a-fixed-camera-a-sweet-sadistic-one-night-encounter-with-tattooed-gal-hiiragi/ https://tracylocalschool.com/e/sikjgipehobz https://jav.guru/searcho/?tr=73696b6a67697065686f627a   embed 2026-08-30 14:12:28 2026-08-30 14:12:28 javguru https://tracylocalschool.com/e/sikjgipehobz
2682 v_5y6r4 javguru https://jav.guru/784839/bagr-071-a-divine-gals-reverse-pickup-in-a-room-captured-by-a-fixed-camera-a-sweet-sadistic-one-night-encounter-with-tattooed-gal-hiiragi/ https://streamhihi.com/e/wl5j4dg0l8r2 https://jav.guru/searcho/?er=652f776c356a346467306c387232   embed 2026-08-30 14:12:28 2026-08-30 14:12:28 javguru https://streamhihi.com/e/wl5j4dg0l8r2
2683 v_5y6r4 javguru https://jav.guru/784839/bagr-071-a-divine-gals-reverse-pickup-in-a-room-captured-by-a-fixed-camera-a-sweet-sadistic-one-night-encounter-with-tattooed-gal-hiiragi/ https://vide0.net/e/r648ojfk8ved https://jav.guru/searcho/?hr=723634386f6a666b38766564   embed 2026-08-30 14:12:28 2026-08-30 14:12:28 javguru https://vide0.net/e/r648ojfk8ved
2684 v_5y6r4 javguru https://jav.guru/784839/bagr-071-a-divine-gals-reverse-pickup-in-a-room-captured-by-a-fixed-camera-a-sweet-sadistic-one-night-encounter-with-tattooed-gal-hiiragi/ https://maxstream.org/embed-sn65qmpiphpn.html https://jav.guru/searcho/?or=656d6265642d736e3635716d70697068706e2e68746d6c   embed 2026-08-30 14:12:28 2026-08-30 14:12:28 javguru https://maxstream.org/embed-sn65qmpiphpn.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.517ms