home / media

streams

6 rows where v_uid = "v_r0bn2"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2721 v_r0bn2 javguru https://jav.guru/784827/cemd-750-a-day-locked-in-a-hotel-with-a-man-of-insatiable-desire-2-a-real-date-filled-with-the-best-sex-secretly-indulging-in-pleasure-with-hayama/ https://javclan.com/e/8hqa5t8104q3 https://jav.guru/searcho/?xr=386871613574383130347133   embed 2026-08-30 14:12:46 2026-08-30 14:12:46 javguru https://javclan.com/e/8hqa5t8104q3
2722 v_r0bn2 javguru https://jav.guru/784827/cemd-750-a-day-locked-in-a-hotel-with-a-man-of-insatiable-desire-2-a-real-date-filled-with-the-best-sex-secretly-indulging-in-pleasure-with-hayama/ https://turbovidhls.com/t/68e9532608231 https://jav.guru/searcho/?ur=36386539353332363038323331   embed 2026-08-30 14:12:46 2026-08-30 14:12:46 javguru https://turbovidhls.com/t/68e9532608231
2723 v_r0bn2 javguru https://jav.guru/784827/cemd-750-a-day-locked-in-a-hotel-with-a-man-of-insatiable-desire-2-a-real-date-filled-with-the-best-sex-secretly-indulging-in-pleasure-with-hayama/ https://tracylocalschool.com/e/i935ti65x38t https://jav.guru/searcho/?tr=693933357469363578333874   embed 2026-08-30 14:12:46 2026-08-30 14:12:46 javguru https://tracylocalschool.com/e/i935ti65x38t
2724 v_r0bn2 javguru https://jav.guru/784827/cemd-750-a-day-locked-in-a-hotel-with-a-man-of-insatiable-desire-2-a-real-date-filled-with-the-best-sex-secretly-indulging-in-pleasure-with-hayama/ https://streamhihi.com/e/nuwt3m1185ma https://jav.guru/searcho/?er=652f6e757774336d313138356d61   embed 2026-08-30 14:12:46 2026-08-30 14:12:46 javguru https://streamhihi.com/e/nuwt3m1185ma
2725 v_r0bn2 javguru https://jav.guru/784827/cemd-750-a-day-locked-in-a-hotel-with-a-man-of-insatiable-desire-2-a-real-date-filled-with-the-best-sex-secretly-indulging-in-pleasure-with-hayama/ https://vide0.net/e/0tavwx5kpit7 https://jav.guru/searcho/?hr=307461767778356b70697437   embed 2026-08-30 14:12:46 2026-08-30 14:12:46 javguru https://vide0.net/e/0tavwx5kpit7
2726 v_r0bn2 javguru https://jav.guru/784827/cemd-750-a-day-locked-in-a-hotel-with-a-man-of-insatiable-desire-2-a-real-date-filled-with-the-best-sex-secretly-indulging-in-pleasure-with-hayama/ https://maxstream.org/embed-bd5mlpzgq7rp.html https://jav.guru/searcho/?or=656d6265642d6264356d6c707a67713772702e68746d6c   embed 2026-08-30 14:12:46 2026-08-30 14:12:46 javguru https://maxstream.org/embed-bd5mlpzgq7rp.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.52ms