home / media

streams

6 rows where v_uid = "v_5cg27"

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
824 v_5cg27 javguru https://jav.guru/788353/kcda-200-a-provocative-schoolgirl-in-a-super-mini-skirt-twisting-her-sexy-body-for-a-panty-shot/ https://javclan.com/e/huj21x0mcy7z https://jav.guru/searcho/?xr=68756a323178306d6379377a   embed 2026-08-30 09:57:14 2026-08-30 09:57:14 javguru https://javclan.com/e/huj21x0mcy7z
825 v_5cg27 javguru https://jav.guru/788353/kcda-200-a-provocative-schoolgirl-in-a-super-mini-skirt-twisting-her-sexy-body-for-a-panty-shot/ https://turbovidhls.com/t/68ee10d1f2aa3 https://jav.guru/searcho/?ur=36386565313064316632616133 https://cdn3.turboviplay.com/data3/68ee10d1f2aa3/68ee10d1f2aa3.m3u8 m3u8 2026-08-30 09:57:14 2026-08-30 09:57:14 javguru https://turbovidhls.com/t/68ee10d1f2aa3
826 v_5cg27 javguru https://jav.guru/788353/kcda-200-a-provocative-schoolgirl-in-a-super-mini-skirt-twisting-her-sexy-body-for-a-panty-shot/ https://tracylocalschool.com/e/atvfumvvx4oz https://jav.guru/searcho/?tr=61747666756d767678346f7a   embed 2026-08-30 09:57:14 2026-08-30 09:57:14 javguru https://tracylocalschool.com/e/atvfumvvx4oz
827 v_5cg27 javguru https://jav.guru/788353/kcda-200-a-provocative-schoolgirl-in-a-super-mini-skirt-twisting-her-sexy-body-for-a-panty-shot/ https://streamhihi.com/e/utfxhb9wou33 https://jav.guru/searcho/?er=652f75746678686239776f753333   embed 2026-08-30 09:57:14 2026-08-30 09:57:14 javguru https://streamhihi.com/e/utfxhb9wou33
828 v_5cg27 javguru https://jav.guru/788353/kcda-200-a-provocative-schoolgirl-in-a-super-mini-skirt-twisting-her-sexy-body-for-a-panty-shot/ https://vide0.net/e/614dif8do49n https://jav.guru/searcho/?hr=36313464696638646f34396e   embed 2026-08-30 09:57:14 2026-08-30 09:57:14 javguru https://vide0.net/e/614dif8do49n
829 v_5cg27 javguru https://jav.guru/788353/kcda-200-a-provocative-schoolgirl-in-a-super-mini-skirt-twisting-her-sexy-body-for-a-panty-shot/ https://maxstream.org/embed-9ikfenxkp7qp.html https://jav.guru/searcho/?or=656d6265642d39696b66656e786b703771702e68746d6c   embed 2026-08-30 09:57:14 2026-08-30 09:57:14 javguru https://maxstream.org/embed-9ikfenxkp7qp.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.341ms