home / media

streams

6 rows where v_uid = "v_qg4by"

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
861 v_qg4by javguru https://jav.guru/787704/sdmua-092-massive-facial-cumshot-barrage-52-shots-please-defile-my-face-and-body-kasane-saito/ https://javclan.com/e/hsaazplmhvwf https://jav.guru/searcho/?xr=687361617a706c6d68767766   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://javclan.com/e/hsaazplmhvwf
862 v_qg4by javguru https://jav.guru/787704/sdmua-092-massive-facial-cumshot-barrage-52-shots-please-defile-my-face-and-body-kasane-saito/ https://turbovidhls.com/t/68ed443f52497 https://jav.guru/searcho/?ur=36386564343433663532343937 https://cdn3.turboviplay.com/data3/68ed2e0933c65/68ed2e0933c65.m3u8 m3u8 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://turbovidhls.com/t/68ed443f52497
863 v_qg4by javguru https://jav.guru/787704/sdmua-092-massive-facial-cumshot-barrage-52-shots-please-defile-my-face-and-body-kasane-saito/ https://tracylocalschool.com/e/ry0hqgw3zucq https://jav.guru/searcho/?tr=72793068716777337a756371   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://tracylocalschool.com/e/ry0hqgw3zucq
864 v_qg4by javguru https://jav.guru/787704/sdmua-092-massive-facial-cumshot-barrage-52-shots-please-defile-my-face-and-body-kasane-saito/ https://streamhihi.com/e/6em3o0fhqzr2 https://jav.guru/searcho/?er=652f36656d336f306668717a7232   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://streamhihi.com/e/6em3o0fhqzr2
865 v_qg4by javguru https://jav.guru/787704/sdmua-092-massive-facial-cumshot-barrage-52-shots-please-defile-my-face-and-body-kasane-saito/ https://vide0.net/e/xjlv3wqllx4t https://jav.guru/searcho/?hr=786a6c763377716c6c783474   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://vide0.net/e/xjlv3wqllx4t
866 v_qg4by javguru https://jav.guru/787704/sdmua-092-massive-facial-cumshot-barrage-52-shots-please-defile-my-face-and-body-kasane-saito/ https://maxstream.org/embed-4d2f6w26vzza.html https://jav.guru/searcho/?or=656d6265642d3464326636773236767a7a612e68746d6c   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://maxstream.org/embed-4d2f6w26vzza.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.643ms