home / media

streams

6 rows where v_uid = "v_7sesx"

This data as json, CSV (advanced)

Suggested facets: addedAt (date), updatedAt (date)

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2385 v_7sesx javguru https://jav.guru/784747/scop-887-the-girl-returning-from-a-cosplay-event-is-broke-when-money-is-waved-in-front-of-her-can-she-be-easily/ https://javclan.com/e/m2xaqi04id9r https://jav.guru/searcho/?xr=6d3278617169303469643972   embed 2026-08-30 14:10:15 2026-08-30 14:10:15 javguru https://javclan.com/e/m2xaqi04id9r
2386 v_7sesx javguru https://jav.guru/784747/scop-887-the-girl-returning-from-a-cosplay-event-is-broke-when-money-is-waved-in-front-of-her-can-she-be-easily/ https://turbovidhls.com/t/68e973013e04f https://jav.guru/searcho/?ur=36386539373330313365303466   embed 2026-08-30 14:10:15 2026-08-30 14:10:15 javguru https://turbovidhls.com/t/68e973013e04f
2387 v_7sesx javguru https://jav.guru/784747/scop-887-the-girl-returning-from-a-cosplay-event-is-broke-when-money-is-waved-in-front-of-her-can-she-be-easily/ https://tracylocalschool.com/e/45vtvd3sslse https://jav.guru/searcho/?tr=3435767476643373736c7365   embed 2026-08-30 14:10:15 2026-08-30 14:10:15 javguru https://tracylocalschool.com/e/45vtvd3sslse
2388 v_7sesx javguru https://jav.guru/784747/scop-887-the-girl-returning-from-a-cosplay-event-is-broke-when-money-is-waved-in-front-of-her-can-she-be-easily/ https://streamhihi.com/e/xg0krnzgwsbw https://jav.guru/searcho/?er=652f7867306b726e7a6777736277   embed 2026-08-30 14:10:15 2026-08-30 14:10:15 javguru https://streamhihi.com/e/xg0krnzgwsbw
2389 v_7sesx javguru https://jav.guru/784747/scop-887-the-girl-returning-from-a-cosplay-event-is-broke-when-money-is-waved-in-front-of-her-can-she-be-easily/ https://vide0.net/e/ooi1htreekpk https://jav.guru/searcho/?hr=6f6f693168747265656b706b   embed 2026-08-30 14:10:15 2026-08-30 14:10:15 javguru https://vide0.net/e/ooi1htreekpk
2390 v_7sesx javguru https://jav.guru/784747/scop-887-the-girl-returning-from-a-cosplay-event-is-broke-when-money-is-waved-in-front-of-her-can-she-be-easily/ https://maxstream.org/embed-afboyz6pe3h1.html https://jav.guru/searcho/?or=656d6265642d6166626f797a3670653368312e68746d6c   embed 2026-08-30 14:10:15 2026-08-30 14:10:15 javguru https://maxstream.org/embed-afboyz6pe3h1.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 5.89ms