home / media

streams

6 rows where v_uid = "v_rj2jb"

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
407 v_rj2jb javguru https://jav.guru/788507/pym-536-super-embarrassing-full-nude-pee-selfies-from-30-girls/ https://javclan.com/e/ygatbql09t10 https://jav.guru/searcho/?xr=7967617462716c3039743130   embed 2026-08-30 09:53:52 2026-08-30 09:53:52 javguru https://javclan.com/e/ygatbql09t10
408 v_rj2jb javguru https://jav.guru/788507/pym-536-super-embarrassing-full-nude-pee-selfies-from-30-girls/ https://turbovidhls.com/t/68ee9ce23a3a1 https://jav.guru/searcho/?ur=36386565396365323361336131 https://cdn3.turboviplay.com/data3/68ee9ce23a3a1/68ee9ce23a3a1.m3u8 m3u8 2026-08-30 09:53:52 2026-08-30 09:53:52 javguru https://turbovidhls.com/t/68ee9ce23a3a1
409 v_rj2jb javguru https://jav.guru/788507/pym-536-super-embarrassing-full-nude-pee-selfies-from-30-girls/ https://tracylocalschool.com/e/gczq1q729mdg https://jav.guru/searcho/?tr=67637a7131713732396d6467   embed 2026-08-30 09:53:52 2026-08-30 09:53:52 javguru https://tracylocalschool.com/e/gczq1q729mdg
410 v_rj2jb javguru https://jav.guru/788507/pym-536-super-embarrassing-full-nude-pee-selfies-from-30-girls/ https://streamhihi.com/e/41bcosm8wu8w https://jav.guru/searcho/?er=652f343162636f736d3877753877   embed 2026-08-30 09:53:52 2026-08-30 09:53:52 javguru https://streamhihi.com/e/41bcosm8wu8w
411 v_rj2jb javguru https://jav.guru/788507/pym-536-super-embarrassing-full-nude-pee-selfies-from-30-girls/ https://vide0.net/e/lmi44b2zba2a https://jav.guru/searcho/?hr=6c6d69343462327a62613261   embed 2026-08-30 09:53:52 2026-08-30 09:53:52 javguru https://vide0.net/e/lmi44b2zba2a
412 v_rj2jb javguru https://jav.guru/788507/pym-536-super-embarrassing-full-nude-pee-selfies-from-30-girls/ https://maxstream.org/embed-x37kubhe7l30.html https://jav.guru/searcho/?or=656d6265642d7833376b75626865376c33302e68746d6c   embed 2026-08-30 09:53:52 2026-08-30 09:53:52 javguru https://maxstream.org/embed-x37kubhe7l30.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 33.098ms