home / media

streams

6 rows where v_uid = "v_yampc"

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
341 v_yampc javguru https://jav.guru/788323/mism-095-the-submissive-housewife-with-an-obsession-for-anal-pleasure/ https://javclan.com/e/vj3cu3rsxfvx https://jav.guru/searcho/?xr=766a33637533727378667678   embed 2026-08-30 09:53:19 2026-08-30 09:53:19 javguru https://javclan.com/e/vj3cu3rsxfvx
342 v_yampc javguru https://jav.guru/788323/mism-095-the-submissive-housewife-with-an-obsession-for-anal-pleasure/ https://turbovidhls.com/t/68ee14f9c2a3d https://jav.guru/searcho/?ur=36386565313466396332613364 https://cdn3.turboviplay.com/data3/68ee14f9c2a3d/68ee14f9c2a3d.m3u8 m3u8 2026-08-30 09:53:19 2026-08-30 09:53:19 javguru https://turbovidhls.com/t/68ee14f9c2a3d
343 v_yampc javguru https://jav.guru/788323/mism-095-the-submissive-housewife-with-an-obsession-for-anal-pleasure/ https://tracylocalschool.com/e/5z5zzri0ksby https://jav.guru/searcho/?tr=357a357a7a7269306b736279   embed 2026-08-30 09:53:19 2026-08-30 09:53:19 javguru https://tracylocalschool.com/e/5z5zzri0ksby
344 v_yampc javguru https://jav.guru/788323/mism-095-the-submissive-housewife-with-an-obsession-for-anal-pleasure/ https://streamhihi.com/e/eyhaq6s0i1w3 https://jav.guru/searcho/?er=652f657968617136733069317733   embed 2026-08-30 09:53:19 2026-08-30 09:53:19 javguru https://streamhihi.com/e/eyhaq6s0i1w3
345 v_yampc javguru https://jav.guru/788323/mism-095-the-submissive-housewife-with-an-obsession-for-anal-pleasure/ https://vide0.net/e/jxwe094wg4fr https://jav.guru/searcho/?hr=6a7877653039347767346672   embed 2026-08-30 09:53:19 2026-08-30 09:53:19 javguru https://vide0.net/e/jxwe094wg4fr
346 v_yampc javguru https://jav.guru/788323/mism-095-the-submissive-housewife-with-an-obsession-for-anal-pleasure/ https://maxstream.org/embed-6nvu8tbodv5p.html https://jav.guru/searcho/?or=656d6265642d366e76753874626f647635702e68746d6c   embed 2026-08-30 09:53:19 2026-08-30 09:53:19 javguru https://maxstream.org/embed-6nvu8tbodv5p.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.268ms