home / media

streams

5 rows where v_uid = "v_eog0f"

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
873 v_eog0f javguru https://jav.guru/787837/fc2-ppv-4777757-fc2-shocking-8-shots-genuine-creampie-reiwas-highest-peak-god-body-prestigious-a-real-impregnating-video-of-an-art-college-students-beautiful-pussy-where-she-was-found-to-be-pre/ https://javclan.com/e/9hf60d396tjx https://jav.guru/searcho/?xr=396866363064333936746a78   embed 2026-08-30 09:57:44 2026-08-30 09:57:44 javguru https://javclan.com/e/9hf60d396tjx
874 v_eog0f javguru https://jav.guru/787837/fc2-ppv-4777757-fc2-shocking-8-shots-genuine-creampie-reiwas-highest-peak-god-body-prestigious-a-real-impregnating-video-of-an-art-college-students-beautiful-pussy-where-she-was-found-to-be-pre/ https://turbovidhls.com/t/68ecf4ff84d07 https://jav.guru/searcho/?ur=36386563663466663834643037 https://cdn3.turboviplay.com/data3/68959e055c24c/68959e055c24c.m3u8 m3u8 2026-08-30 09:57:44 2026-08-30 09:57:44 javguru https://turbovidhls.com/t/68ecf4ff84d07
875 v_eog0f javguru https://jav.guru/787837/fc2-ppv-4777757-fc2-shocking-8-shots-genuine-creampie-reiwas-highest-peak-god-body-prestigious-a-real-impregnating-video-of-an-art-college-students-beautiful-pussy-where-she-was-found-to-be-pre/ https://tracylocalschool.com/e/ugcfp3k6hgqh https://jav.guru/searcho/?tr=7567636670336b3668677168   embed 2026-08-30 09:57:44 2026-08-30 09:57:44 javguru https://tracylocalschool.com/e/ugcfp3k6hgqh
876 v_eog0f javguru https://jav.guru/787837/fc2-ppv-4777757-fc2-shocking-8-shots-genuine-creampie-reiwas-highest-peak-god-body-prestigious-a-real-impregnating-video-of-an-art-college-students-beautiful-pussy-where-she-was-found-to-be-pre/ https://streamhihi.com/e/9x6r21yr7zmg https://jav.guru/searcho/?er=652f3978367232317972377a6d67   embed 2026-08-30 09:57:44 2026-08-30 09:57:44 javguru https://streamhihi.com/e/9x6r21yr7zmg
877 v_eog0f javguru https://jav.guru/787837/fc2-ppv-4777757-fc2-shocking-8-shots-genuine-creampie-reiwas-highest-peak-god-body-prestigious-a-real-impregnating-video-of-an-art-college-students-beautiful-pussy-where-she-was-found-to-be-pre/ https://vide0.net/e/oukho4ld8065 https://jav.guru/searcho/?hr=6f756b686f346c6438303635   embed 2026-08-30 09:57:44 2026-08-30 09:57:44 javguru https://vide0.net/e/oukho4ld8065

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.008ms