home / media

streams

4 rows where v_uid = "v_y71ao"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2906 v_y71ao javguru https://jav.guru/383939/ebwh-106-targeted-by-a-corrupt-chiropractor-h-cup-athlete-with-a-body-that-convulses-and-spasms-in-mid-air-amemiya/ https://javclan.com/e/qfi5h7wvlaah https://jav.guru/searcho/?xr=71666935683777766c616168   embed 2026-08-30 14:14:22 2026-08-30 14:14:22 javguru https://javclan.com/e/qfi5h7wvlaah
2907 v_y71ao javguru https://jav.guru/383939/ebwh-106-targeted-by-a-corrupt-chiropractor-h-cup-athlete-with-a-body-that-convulses-and-spasms-in-mid-air-amemiya/ https://oppainet.net/embed/297FtMKla3123qX https://jav.guru/searcho/?gr=32393746744d4b6c61333132337158   embed 2026-08-30 14:14:22 2026-08-30 14:14:22 javguru https://oppainet.net/embed/297FtMKla3123qX
2908 v_y71ao javguru https://jav.guru/383939/ebwh-106-targeted-by-a-corrupt-chiropractor-h-cup-athlete-with-a-body-that-convulses-and-spasms-in-mid-air-amemiya/ https://vide0.net/e/y68br0kwlwso https://jav.guru/searcho/?hr=7936386272306b776c77736f   embed 2026-08-30 14:14:22 2026-08-30 14:14:22 javguru https://vide0.net/e/y68br0kwlwso
2909 v_y71ao javguru https://jav.guru/383939/ebwh-106-targeted-by-a-corrupt-chiropractor-h-cup-athlete-with-a-body-that-convulses-and-spasms-in-mid-air-amemiya/ https://maxstream.org/embed-9pzzd84axy5w.html https://jav.guru/searcho/?or=656d6265642d39707a7a64383461787935772e68746d6c   embed 2026-08-30 14:14:22 2026-08-30 14:14:22 javguru https://maxstream.org/embed-9pzzd84axy5w.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.381ms