home / media

streams

6 rows where v_uid = "v_ee03h"

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
107 v_ee03h javguru https://jav.guru/789594/scf-027-137-total-shots-the-world-of-bukkake-facial-shots/ https://javclan.com/e/sswjh5k4ih48 https://jav.guru/searcho/?xr=7373776a68356b3469683438   embed 2026-08-30 09:10:13 2026-08-30 09:10:13 javguru https://javclan.com/e/sswjh5k4ih48
108 v_ee03h javguru https://jav.guru/789594/scf-027-137-total-shots-the-world-of-bukkake-facial-shots/ https://turbovidhls.com/t/68efa36d65a35 https://jav.guru/searcho/?ur=36386566613336643635613335 https://cdn3.turboviplay.com/data3/68efa36d65a35/68efa36d65a35.m3u8 m3u8 2026-08-30 09:10:13 2026-08-30 09:10:13 javguru https://turbovidhls.com/t/68efa36d65a35
109 v_ee03h javguru https://jav.guru/789594/scf-027-137-total-shots-the-world-of-bukkake-facial-shots/ https://tracylocalschool.com/e/vqxnv9hocgpw https://jav.guru/searcho/?tr=7671786e7639686f63677077   embed 2026-08-30 09:10:13 2026-08-30 09:10:13 javguru https://tracylocalschool.com/e/vqxnv9hocgpw
110 v_ee03h javguru https://jav.guru/789594/scf-027-137-total-shots-the-world-of-bukkake-facial-shots/ https://streamhihi.com/e/a25psfc3xmhe https://jav.guru/searcho/?er=652f6132357073666333786d6865   embed 2026-08-30 09:10:13 2026-08-30 09:10:13 javguru https://streamhihi.com/e/a25psfc3xmhe
111 v_ee03h javguru https://jav.guru/789594/scf-027-137-total-shots-the-world-of-bukkake-facial-shots/ https://vide0.net/e/b99vw9h3gxzu https://jav.guru/searcho/?hr=623939767739683367787a75   embed 2026-08-30 09:10:13 2026-08-30 09:10:13 javguru https://vide0.net/e/b99vw9h3gxzu
112 v_ee03h javguru https://jav.guru/789594/scf-027-137-total-shots-the-world-of-bukkake-facial-shots/ https://maxstream.org/embed-xy6fxrrc9hi7.html https://jav.guru/searcho/?or=656d6265642d7879366678727263396869372e68746d6c   embed 2026-08-30 09:10:13 2026-08-30 09:10:13 javguru https://maxstream.org/embed-xy6fxrrc9hi7.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 3.51ms