home / media

streams

6 rows where v_uid = "v_wrj5z"

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
347 v_wrj5z javguru https://jav.guru/788324/miae-318-incredible-ejaculation-with-slow-hand-techniques-at-a-full-erection-esthetic-salon-featuring-kitagawa-erika/ https://javclan.com/e/0gub3051rfe6 https://jav.guru/searcho/?xr=306775623330353172666536   embed 2026-08-30 09:53:23 2026-08-30 09:53:23 javguru https://javclan.com/e/0gub3051rfe6
348 v_wrj5z javguru https://jav.guru/788324/miae-318-incredible-ejaculation-with-slow-hand-techniques-at-a-full-erection-esthetic-salon-featuring-kitagawa-erika/ https://turbovidhls.com/t/68ee14c9c75b3 https://jav.guru/searcho/?ur=36386565313463396337356233 https://cdn3.turboviplay.com/data/66bb1e026fce2/66bb1e026fce2.m3u8 m3u8 2026-08-30 09:53:23 2026-08-30 09:53:23 javguru https://turbovidhls.com/t/68ee14c9c75b3
349 v_wrj5z javguru https://jav.guru/788324/miae-318-incredible-ejaculation-with-slow-hand-techniques-at-a-full-erection-esthetic-salon-featuring-kitagawa-erika/ https://tracylocalschool.com/e/yja3w0p62gud https://jav.guru/searcho/?tr=796a61337730703632677564   embed 2026-08-30 09:53:23 2026-08-30 09:53:23 javguru https://tracylocalschool.com/e/yja3w0p62gud
350 v_wrj5z javguru https://jav.guru/788324/miae-318-incredible-ejaculation-with-slow-hand-techniques-at-a-full-erection-esthetic-salon-featuring-kitagawa-erika/ https://streamhihi.com/e/m30lp5tpv9jq https://jav.guru/searcho/?er=652f6d33306c7035747076396a71   embed 2026-08-30 09:53:23 2026-08-30 09:53:23 javguru https://streamhihi.com/e/m30lp5tpv9jq
351 v_wrj5z javguru https://jav.guru/788324/miae-318-incredible-ejaculation-with-slow-hand-techniques-at-a-full-erection-esthetic-salon-featuring-kitagawa-erika/ https://vide0.net/e/up9qddb6fvi8 https://jav.guru/searcho/?hr=757039716464623666766938   embed 2026-08-30 09:53:23 2026-08-30 09:53:23 javguru https://vide0.net/e/up9qddb6fvi8
352 v_wrj5z javguru https://jav.guru/788324/miae-318-incredible-ejaculation-with-slow-hand-techniques-at-a-full-erection-esthetic-salon-featuring-kitagawa-erika/ https://maxstream.org/embed-2q0hjrhieky7.html https://jav.guru/searcho/?or=656d6265642d327130686a726869656b79372e68746d6c   embed 2026-08-30 09:53:23 2026-08-30 09:53:23 javguru https://maxstream.org/embed-2q0hjrhieky7.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.034ms