home / media

streams

6 rows where v_uid = "v_m12kv"

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
531 v_m12kv javguru https://jav.guru/788360/kcda-189-jk-group-sex-club/ https://javclan.com/e/a5wpcj6x7sb4 https://jav.guru/searcho/?xr=61357770636a367837736234   embed 2026-08-30 09:54:52 2026-08-30 09:54:52 javguru https://javclan.com/e/a5wpcj6x7sb4
532 v_m12kv javguru https://jav.guru/788360/kcda-189-jk-group-sex-club/ https://turbovidhls.com/t/68ee0f767d99b https://jav.guru/searcho/?ur=36386565306637363764393962 https://cdn3.turboviplay.com/data/DdHGshbKwWPe0lqXrQcv/DdHGshbKwWPe0lqXrQcv.m3u8 m3u8 2026-08-30 09:54:52 2026-08-30 09:54:52 javguru https://turbovidhls.com/t/68ee0f767d99b
533 v_m12kv javguru https://jav.guru/788360/kcda-189-jk-group-sex-club/ https://tracylocalschool.com/e/uspyebepsqiw https://jav.guru/searcho/?tr=757370796562657073716977   embed 2026-08-30 09:54:52 2026-08-30 09:54:52 javguru https://tracylocalschool.com/e/uspyebepsqiw
534 v_m12kv javguru https://jav.guru/788360/kcda-189-jk-group-sex-club/ https://streamhihi.com/e/13m1co8soca2 https://jav.guru/searcho/?er=652f31336d31636f38736f636132   embed 2026-08-30 09:54:52 2026-08-30 09:54:52 javguru https://streamhihi.com/e/13m1co8soca2
535 v_m12kv javguru https://jav.guru/788360/kcda-189-jk-group-sex-club/ https://vide0.net/e/08y4hiu3dmx1 https://jav.guru/searcho/?hr=3038793468697533646d7831   embed 2026-08-30 09:54:52 2026-08-30 09:54:52 javguru https://vide0.net/e/08y4hiu3dmx1
536 v_m12kv javguru https://jav.guru/788360/kcda-189-jk-group-sex-club/ https://maxstream.org/embed-ijotroap9ajd.html https://jav.guru/searcho/?or=656d6265642d696a6f74726f617039616a642e68746d6c   embed 2026-08-30 09:54:52 2026-08-30 09:54:52 javguru https://maxstream.org/embed-ijotroap9ajd.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.607ms