home / media

streams

6 rows where v_uid = "v_i4c4x"

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
740 v_i4c4x javguru https://jav.guru/788342/kcda-293-even-though-it-was-a-high-leg-photo-shoot-i-ended-up-getting-my-semen-taken-out/ https://javclan.com/e/qslbb6wjjz5g https://jav.guru/searcho/?xr=71736c626236776a6a7a3567   embed 2026-08-30 09:56:33 2026-08-30 09:56:33 javguru https://javclan.com/e/qslbb6wjjz5g
741 v_i4c4x javguru https://jav.guru/788342/kcda-293-even-though-it-was-a-high-leg-photo-shoot-i-ended-up-getting-my-semen-taken-out/ https://turbovidhls.com/t/68ee11e70dbed https://jav.guru/searcho/?ur=36386565313165373064626564 https://cdn3.turboviplay.com/data/M1IumLy32Zgq6MNoRjLD/M1IumLy32Zgq6MNoRjLD.m3u8 m3u8 2026-08-30 09:56:33 2026-08-30 09:56:33 javguru https://turbovidhls.com/t/68ee11e70dbed
742 v_i4c4x javguru https://jav.guru/788342/kcda-293-even-though-it-was-a-high-leg-photo-shoot-i-ended-up-getting-my-semen-taken-out/ https://tracylocalschool.com/e/8bwcg3rdj3l2 https://jav.guru/searcho/?tr=38627763673372646a336c32   embed 2026-08-30 09:56:33 2026-08-30 09:56:33 javguru https://tracylocalschool.com/e/8bwcg3rdj3l2
743 v_i4c4x javguru https://jav.guru/788342/kcda-293-even-though-it-was-a-high-leg-photo-shoot-i-ended-up-getting-my-semen-taken-out/ https://streamhihi.com/e/xb56lvkn2myv https://jav.guru/searcho/?er=652f786235366c766b6e326d7976   embed 2026-08-30 09:56:33 2026-08-30 09:56:33 javguru https://streamhihi.com/e/xb56lvkn2myv
744 v_i4c4x javguru https://jav.guru/788342/kcda-293-even-though-it-was-a-high-leg-photo-shoot-i-ended-up-getting-my-semen-taken-out/ https://vide0.net/e/h4b8crjfyjj1 https://jav.guru/searcho/?hr=6834623863726a66796a6a31   embed 2026-08-30 09:56:33 2026-08-30 09:56:33 javguru https://vide0.net/e/h4b8crjfyjj1
745 v_i4c4x javguru https://jav.guru/788342/kcda-293-even-though-it-was-a-high-leg-photo-shoot-i-ended-up-getting-my-semen-taken-out/ https://maxstream.org/embed-ljnsa2h7qdsk.html https://jav.guru/searcho/?or=656d6265642d6c6a6e73613268377164736b2e68746d6c   embed 2026-08-30 09:56:33 2026-08-30 09:56:33 javguru https://maxstream.org/embed-ljnsa2h7qdsk.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.255ms