home / media

streams

6 rows where v_uid = "v_4wv1p"

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
836 v_4wv1p javguru https://jav.guru/788344/kcda-291-intense-electric-stimulation-15-consecutive-distorted-pleasure-faces/ https://javclan.com/e/zzjcfnfi5vz4 https://jav.guru/searcho/?xr=7a7a6a63666e666935767a34   embed 2026-08-30 09:57:19 2026-08-30 09:57:19 javguru https://javclan.com/e/zzjcfnfi5vz4
837 v_4wv1p javguru https://jav.guru/788344/kcda-291-intense-electric-stimulation-15-consecutive-distorted-pleasure-faces/ https://turbovidhls.com/t/68ee119a2cff1 https://jav.guru/searcho/?ur=36386565313139613263666631 https://cdn3.turboviplay.com/data3/68ee119a2cff1/68ee119a2cff1.m3u8 m3u8 2026-08-30 09:57:19 2026-08-30 09:57:19 javguru https://turbovidhls.com/t/68ee119a2cff1
838 v_4wv1p javguru https://jav.guru/788344/kcda-291-intense-electric-stimulation-15-consecutive-distorted-pleasure-faces/ https://tracylocalschool.com/e/bfbjaiinjmdy https://jav.guru/searcho/?tr=6266626a6169696e6a6d6479   embed 2026-08-30 09:57:19 2026-08-30 09:57:19 javguru https://tracylocalschool.com/e/bfbjaiinjmdy
839 v_4wv1p javguru https://jav.guru/788344/kcda-291-intense-electric-stimulation-15-consecutive-distorted-pleasure-faces/ https://streamhihi.com/e/b8j55hrocckg https://jav.guru/searcho/?er=652f62386a353568726f63636b67   embed 2026-08-30 09:57:19 2026-08-30 09:57:19 javguru https://streamhihi.com/e/b8j55hrocckg
840 v_4wv1p javguru https://jav.guru/788344/kcda-291-intense-electric-stimulation-15-consecutive-distorted-pleasure-faces/ https://vide0.net/e/pgg4n1eyrrq8 https://jav.guru/searcho/?hr=706767346e31657972727138   embed 2026-08-30 09:57:19 2026-08-30 09:57:19 javguru https://vide0.net/e/pgg4n1eyrrq8
841 v_4wv1p javguru https://jav.guru/788344/kcda-291-intense-electric-stimulation-15-consecutive-distorted-pleasure-faces/ https://maxstream.org/embed-t26wp28lpkdj.html https://jav.guru/searcho/?or=656d6265642d743236777032386c706b646a2e68746d6c   embed 2026-08-30 09:57:19 2026-08-30 09:57:19 javguru https://maxstream.org/embed-t26wp28lpkdj.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 4.985ms