home / media

streams

6 rows where v_uid = "v_56csz"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2505 v_56csz javguru https://jav.guru/784849/aldn-517-a-few-days-of-nonstop-intercourse-with-my-brothers-wife-tsuno/ https://javclan.com/e/xu0vvpayubp9 https://jav.guru/searcho/?xr=787530767670617975627039   embed 2026-08-30 14:11:07 2026-08-30 14:11:07 javguru https://javclan.com/e/xu0vvpayubp9
2506 v_56csz javguru https://jav.guru/784849/aldn-517-a-few-days-of-nonstop-intercourse-with-my-brothers-wife-tsuno/ https://turbovidhls.com/t/68e95070974e9 https://jav.guru/searcho/?ur=36386539353037303937346539   embed 2026-08-30 14:11:07 2026-08-30 14:11:07 javguru https://turbovidhls.com/t/68e95070974e9
2507 v_56csz javguru https://jav.guru/784849/aldn-517-a-few-days-of-nonstop-intercourse-with-my-brothers-wife-tsuno/ https://tracylocalschool.com/e/7gakco8zotf9 https://jav.guru/searcho/?tr=3767616b636f387a6f746639   embed 2026-08-30 14:11:07 2026-08-30 14:11:07 javguru https://tracylocalschool.com/e/7gakco8zotf9
2508 v_56csz javguru https://jav.guru/784849/aldn-517-a-few-days-of-nonstop-intercourse-with-my-brothers-wife-tsuno/ https://streamhihi.com/e/0tkkatktinnv https://jav.guru/searcho/?er=652f30746b6b61746b74696e6e76   embed 2026-08-30 14:11:07 2026-08-30 14:11:07 javguru https://streamhihi.com/e/0tkkatktinnv
2509 v_56csz javguru https://jav.guru/784849/aldn-517-a-few-days-of-nonstop-intercourse-with-my-brothers-wife-tsuno/ https://vide0.net/e/wsrslkfeajvs https://jav.guru/searcho/?hr=777372736c6b6665616a7673   embed 2026-08-30 14:11:07 2026-08-30 14:11:07 javguru https://vide0.net/e/wsrslkfeajvs
2510 v_56csz javguru https://jav.guru/784849/aldn-517-a-few-days-of-nonstop-intercourse-with-my-brothers-wife-tsuno/ https://maxstream.org/embed-66bdlqtl9331.html https://jav.guru/searcho/?or=656d6265642d363662646c71746c393333312e68746d6c   embed 2026-08-30 14:11:07 2026-08-30 14:11:07 javguru https://maxstream.org/embed-66bdlqtl9331.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.432ms