home / media

streams

6 rows where v_uid = "v_dy563"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2433 v_dy563 javguru https://jav.guru/784755/prin-050-moaning-ahegao-going-crazy-in-kansai-dialect-the-cutest-chubby-big-breasted-cosplayers-punishment-trembling-sex/ https://javclan.com/e/ljb09b1urrn9 https://jav.guru/searcho/?xr=6c6a62303962317572726e39   embed 2026-08-30 14:10:36 2026-08-30 14:10:36 javguru https://javclan.com/e/ljb09b1urrn9
2434 v_dy563 javguru https://jav.guru/784755/prin-050-moaning-ahegao-going-crazy-in-kansai-dialect-the-cutest-chubby-big-breasted-cosplayers-punishment-trembling-sex/ https://turbovidhls.com/t/68e9707563f29 https://jav.guru/searcho/?ur=36386539373037353633663239   embed 2026-08-30 14:10:36 2026-08-30 14:10:36 javguru https://turbovidhls.com/t/68e9707563f29
2435 v_dy563 javguru https://jav.guru/784755/prin-050-moaning-ahegao-going-crazy-in-kansai-dialect-the-cutest-chubby-big-breasted-cosplayers-punishment-trembling-sex/ https://tracylocalschool.com/e/bdmiydzonzen https://jav.guru/searcho/?tr=62646d6979647a6f6e7a656e   embed 2026-08-30 14:10:36 2026-08-30 14:10:36 javguru https://tracylocalschool.com/e/bdmiydzonzen
2436 v_dy563 javguru https://jav.guru/784755/prin-050-moaning-ahegao-going-crazy-in-kansai-dialect-the-cutest-chubby-big-breasted-cosplayers-punishment-trembling-sex/ https://streamhihi.com/e/05fns57pcriw https://jav.guru/searcho/?er=652f3035666e7335377063726977   embed 2026-08-30 14:10:36 2026-08-30 14:10:36 javguru https://streamhihi.com/e/05fns57pcriw
2437 v_dy563 javguru https://jav.guru/784755/prin-050-moaning-ahegao-going-crazy-in-kansai-dialect-the-cutest-chubby-big-breasted-cosplayers-punishment-trembling-sex/ https://vide0.net/e/zncdvlqcgn1d https://jav.guru/searcho/?hr=7a6e6364766c7163676e3164   embed 2026-08-30 14:10:36 2026-08-30 14:10:36 javguru https://vide0.net/e/zncdvlqcgn1d
2438 v_dy563 javguru https://jav.guru/784755/prin-050-moaning-ahegao-going-crazy-in-kansai-dialect-the-cutest-chubby-big-breasted-cosplayers-punishment-trembling-sex/ https://maxstream.org/embed-654412ih8cfm.html https://jav.guru/searcho/?or=656d6265642d36353434313269683863666d2e68746d6c   embed 2026-08-30 14:10:36 2026-08-30 14:10:36 javguru https://maxstream.org/embed-654412ih8cfm.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.489ms