home / media

streams

6 rows where v_uid = "v_u5rl2"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
461 v_u5rl2 javguru https://jav.guru/788314/mism-114-the-craziest-irrumatio-ever-thrusting-until-she-spits-it-out-starring/ https://javclan.com/e/syzkubgn25a2 https://jav.guru/searcho/?xr=73797a6b7562676e32356132   embed 2026-08-30 09:54:21 2026-08-30 09:54:21 javguru https://javclan.com/e/syzkubgn25a2
462 v_u5rl2 javguru https://jav.guru/788314/mism-114-the-craziest-irrumatio-ever-thrusting-until-she-spits-it-out-starring/ https://turbovidhls.com/t/68ee16ff8fb01 https://jav.guru/searcho/?ur=36386565313666663866623031 https://cdn3.turboviplay.com/data3/68ee16ff8fb01/68ee16ff8fb01.m3u8 m3u8 2026-08-30 09:54:21 2026-08-30 09:54:21 javguru https://turbovidhls.com/t/68ee16ff8fb01
463 v_u5rl2 javguru https://jav.guru/788314/mism-114-the-craziest-irrumatio-ever-thrusting-until-she-spits-it-out-starring/ https://tracylocalschool.com/e/ggpqf0u6u7zf https://jav.guru/searcho/?tr=676770716630753675377a66   embed 2026-08-30 09:54:21 2026-08-30 09:54:21 javguru https://tracylocalschool.com/e/ggpqf0u6u7zf
464 v_u5rl2 javguru https://jav.guru/788314/mism-114-the-craziest-irrumatio-ever-thrusting-until-she-spits-it-out-starring/ https://streamhihi.com/e/plddxfy6mv8z https://jav.guru/searcho/?er=652f706c6464786679366d76387a   embed 2026-08-30 09:54:21 2026-08-30 09:54:21 javguru https://streamhihi.com/e/plddxfy6mv8z
465 v_u5rl2 javguru https://jav.guru/788314/mism-114-the-craziest-irrumatio-ever-thrusting-until-she-spits-it-out-starring/ https://vide0.net/e/aw3q2yi10dgv https://jav.guru/searcho/?hr=617733713279693130646776   embed 2026-08-30 09:54:21 2026-08-30 09:54:21 javguru https://vide0.net/e/aw3q2yi10dgv
466 v_u5rl2 javguru https://jav.guru/788314/mism-114-the-craziest-irrumatio-ever-thrusting-until-she-spits-it-out-starring/ https://maxstream.org/embed-hvpnxpp671wa.html https://jav.guru/searcho/?or=656d6265642d6876706e78707036373177612e68746d6c   embed 2026-08-30 09:54:21 2026-08-30 09:54:21 javguru https://maxstream.org/embed-hvpnxpp671wa.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.991ms