home / media

streams

6 rows where v_uid = "v_4x4vs"

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
758 v_4x4vs javguru https://jav.guru/788356/kcda-195-mini-skirt-office-lady-has-sex-while-wearing-pantyhose/ https://javclan.com/e/evw6288e2sxn https://jav.guru/searcho/?xr=65767736323838653273786e   embed 2026-08-30 09:56:40 2026-08-30 09:56:40 javguru https://javclan.com/e/evw6288e2sxn
759 v_4x4vs javguru https://jav.guru/788356/kcda-195-mini-skirt-office-lady-has-sex-while-wearing-pantyhose/ https://turbovidhls.com/t/68ee0fa16d838 https://jav.guru/searcho/?ur=36386565306661313664383338 https://cdn3.turboviplay.com/data3/68ee0fa16d838/68ee0fa16d838.m3u8 m3u8 2026-08-30 09:56:40 2026-08-30 09:56:40 javguru https://turbovidhls.com/t/68ee0fa16d838
760 v_4x4vs javguru https://jav.guru/788356/kcda-195-mini-skirt-office-lady-has-sex-while-wearing-pantyhose/ https://tracylocalschool.com/e/iaxfkc7grv0w https://jav.guru/searcho/?tr=696178666b63376772763077   embed 2026-08-30 09:56:40 2026-08-30 09:56:40 javguru https://tracylocalschool.com/e/iaxfkc7grv0w
761 v_4x4vs javguru https://jav.guru/788356/kcda-195-mini-skirt-office-lady-has-sex-while-wearing-pantyhose/ https://streamhihi.com/e/o7gg2cx5uu4u https://jav.guru/searcho/?er=652f6f3767673263783575753475   embed 2026-08-30 09:56:40 2026-08-30 09:56:40 javguru https://streamhihi.com/e/o7gg2cx5uu4u
762 v_4x4vs javguru https://jav.guru/788356/kcda-195-mini-skirt-office-lady-has-sex-while-wearing-pantyhose/ https://vide0.net/e/u6wr0phaz5ni https://jav.guru/searcho/?hr=75367772307068617a356e69   embed 2026-08-30 09:56:40 2026-08-30 09:56:40 javguru https://vide0.net/e/u6wr0phaz5ni
763 v_4x4vs javguru https://jav.guru/788356/kcda-195-mini-skirt-office-lady-has-sex-while-wearing-pantyhose/ https://maxstream.org/embed-8kup21tm33cb.html https://jav.guru/searcho/?or=656d6265642d386b75703231746d333363622e68746d6c   embed 2026-08-30 09:56:40 2026-08-30 09:56:40 javguru https://maxstream.org/embed-8kup21tm33cb.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.601ms