home / media

streams

5 rows where v_uid = "v_0py4j"

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
514 v_0py4j javguru https://jav.guru/788503/yypp-002-horny-beautiful-cosplayers-private-shoot/ https://javclan.com/e/ylnlxn93ag4a https://jav.guru/searcho/?xr=796c6e6c786e393361673461   embed 2026-08-30 09:54:45 2026-08-30 09:54:45 javguru https://javclan.com/e/ylnlxn93ag4a
515 v_0py4j javguru https://jav.guru/788503/yypp-002-horny-beautiful-cosplayers-private-shoot/ https://turbovidhls.com/t/68ee9e768f8dc https://jav.guru/searcho/?ur=36386565396537363866386463 https://cdn3.turboviplay.com/data3/68ee9e768f8dc/68ee9e768f8dc.m3u8 m3u8 2026-08-30 09:54:45 2026-08-30 09:54:45 javguru https://turbovidhls.com/t/68ee9e768f8dc
516 v_0py4j javguru https://jav.guru/788503/yypp-002-horny-beautiful-cosplayers-private-shoot/ https://tracylocalschool.com/e/77fjno7bel6e https://jav.guru/searcho/?tr=3737666a6e6f3762656c3665   embed 2026-08-30 09:54:45 2026-08-30 09:54:45 javguru https://tracylocalschool.com/e/77fjno7bel6e
517 v_0py4j javguru https://jav.guru/788503/yypp-002-horny-beautiful-cosplayers-private-shoot/ https://streamhihi.com/e/1w1q4svelmnk https://jav.guru/searcho/?er=652f31773171347376656c6d6e6b   embed 2026-08-30 09:54:45 2026-08-30 09:54:45 javguru https://streamhihi.com/e/1w1q4svelmnk
518 v_0py4j javguru https://jav.guru/788503/yypp-002-horny-beautiful-cosplayers-private-shoot/ https://maxstream.org/embed-jtrv0vdryhj8.html https://jav.guru/searcho/?or=656d6265642d6a7472763076647279686a382e68746d6c   embed 2026-08-30 09:54:45 2026-08-30 09:54:45 javguru https://maxstream.org/embed-jtrv0vdryhj8.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.325ms