home / media

streams

6 rows where v_uid = "v_oo55c"

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
554 v_oo55c javguru https://jav.guru/788349/kcda-207-i-ended-up-splashing-semen-on-her-big-breasts/ https://javclan.com/e/ff2qydd3wsti https://jav.guru/searcho/?xr=666632717964643377737469   embed 2026-08-30 09:55:01 2026-08-30 09:55:01 javguru https://javclan.com/e/ff2qydd3wsti
555 v_oo55c javguru https://jav.guru/788349/kcda-207-i-ended-up-splashing-semen-on-her-big-breasts/ https://turbovidhls.com/t/68ee10e3086c2 https://jav.guru/searcho/?ur=36386565313065333038366332 https://cdn3.turboviplay.com/data/tfG73vzDUwS5oKb1Tkvh/tfG73vzDUwS5oKb1Tkvh.m3u8 m3u8 2026-08-30 09:55:01 2026-08-30 09:55:01 javguru https://turbovidhls.com/t/68ee10e3086c2
556 v_oo55c javguru https://jav.guru/788349/kcda-207-i-ended-up-splashing-semen-on-her-big-breasts/ https://tracylocalschool.com/e/gtrqygi7irhg https://jav.guru/searcho/?tr=677472717967693769726867   embed 2026-08-30 09:55:01 2026-08-30 09:55:01 javguru https://tracylocalschool.com/e/gtrqygi7irhg
557 v_oo55c javguru https://jav.guru/788349/kcda-207-i-ended-up-splashing-semen-on-her-big-breasts/ https://streamhihi.com/e/nievog50ss9j https://jav.guru/searcho/?er=652f6e6965766f6735307373396a   embed 2026-08-30 09:55:01 2026-08-30 09:55:01 javguru https://streamhihi.com/e/nievog50ss9j
558 v_oo55c javguru https://jav.guru/788349/kcda-207-i-ended-up-splashing-semen-on-her-big-breasts/ https://vide0.net/e/2it9k2x082xi https://jav.guru/searcho/?hr=326974396b32783038327869   embed 2026-08-30 09:55:01 2026-08-30 09:55:01 javguru https://vide0.net/e/2it9k2x082xi
559 v_oo55c javguru https://jav.guru/788349/kcda-207-i-ended-up-splashing-semen-on-her-big-breasts/ https://maxstream.org/embed-6mga3ol3lzsk.html https://jav.guru/searcho/?or=656d6265642d366d6761336f6c336c7a736b2e68746d6c   embed 2026-08-30 09:55:01 2026-08-30 09:55:01 javguru https://maxstream.org/embed-6mga3ol3lzsk.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.43ms