home / media

streams

6 rows where v_uid = "v_kn9zb"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1588 v_kn9zb javguru https://jav.guru/785472/nacr-875-the-elegant-classmate-i-reunited-with-after-ten-years-had-transformed-into-a-seductive-and-lewd-woman-yumeri-rika/ https://javclan.com/e/m340xe28pggj https://jav.guru/searcho/?xr=6d333430786532387067676a   embed 2026-08-30 14:03:30 2026-08-30 14:03:30 javguru https://javclan.com/e/m340xe28pggj
1589 v_kn9zb javguru https://jav.guru/785472/nacr-875-the-elegant-classmate-i-reunited-with-after-ten-years-had-transformed-into-a-seductive-and-lewd-woman-yumeri-rika/ https://turbovidhls.com/t/68ebfef883465 https://jav.guru/searcho/?ur=36386562666566383833343635   embed 2026-08-30 14:03:30 2026-08-30 14:03:30 javguru https://turbovidhls.com/t/68ebfef883465
1590 v_kn9zb javguru https://jav.guru/785472/nacr-875-the-elegant-classmate-i-reunited-with-after-ten-years-had-transformed-into-a-seductive-and-lewd-woman-yumeri-rika/ https://tracylocalschool.com/e/2d3zxqzwckm1 https://jav.guru/searcho/?tr=3264337a78717a77636b6d31   embed 2026-08-30 14:03:30 2026-08-30 14:03:30 javguru https://tracylocalschool.com/e/2d3zxqzwckm1
1591 v_kn9zb javguru https://jav.guru/785472/nacr-875-the-elegant-classmate-i-reunited-with-after-ten-years-had-transformed-into-a-seductive-and-lewd-woman-yumeri-rika/ https://streamhihi.com/e/qusw8honxd1m https://jav.guru/searcho/?er=652f7175737738686f6e7864316d   embed 2026-08-30 14:03:30 2026-08-30 14:03:30 javguru https://streamhihi.com/e/qusw8honxd1m
1592 v_kn9zb javguru https://jav.guru/785472/nacr-875-the-elegant-classmate-i-reunited-with-after-ten-years-had-transformed-into-a-seductive-and-lewd-woman-yumeri-rika/ https://vide0.net/e/qn619f28ohet https://jav.guru/searcho/?hr=716e3631396632386f686574   embed 2026-08-30 14:03:30 2026-08-30 14:03:30 javguru https://vide0.net/e/qn619f28ohet
1593 v_kn9zb javguru https://jav.guru/785472/nacr-875-the-elegant-classmate-i-reunited-with-after-ten-years-had-transformed-into-a-seductive-and-lewd-woman-yumeri-rika/ https://maxstream.org/embed-plnhqjktsfgn.html https://jav.guru/searcho/?or=656d6265642d706c6e68716a6b747366676e2e68746d6c   embed 2026-08-30 14:03:30 2026-08-30 14:03:30 javguru https://maxstream.org/embed-plnhqjktsfgn.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.503ms