home / media

streams

4 rows where v_uid = "v_lohrr"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2885 v_lohrr javguru https://jav.guru/383927/meyd-909-the-busty-nurse-at-the-hospital-is-my-first-love-from-school-days-15-years-of-pure-love-affair-sayama/ https://javclan.com/e/iuwpjjhc99vv https://jav.guru/searcho/?xr=697577706a6a686339397676   embed 2026-08-30 14:14:12 2026-08-30 14:14:12 javguru https://javclan.com/e/iuwpjjhc99vv
2886 v_lohrr javguru https://jav.guru/383927/meyd-909-the-busty-nurse-at-the-hospital-is-my-first-love-from-school-days-15-years-of-pure-love-affair-sayama/ https://oppainet.net/embed/l8VyCDxgrPLaUdQ https://jav.guru/searcho/?gr=6c3856794344786772504c61556451   embed 2026-08-30 14:14:12 2026-08-30 14:14:12 javguru https://oppainet.net/embed/l8VyCDxgrPLaUdQ
2887 v_lohrr javguru https://jav.guru/383927/meyd-909-the-busty-nurse-at-the-hospital-is-my-first-love-from-school-days-15-years-of-pure-love-affair-sayama/ https://vide0.net/e/8nvjyjum3wle https://jav.guru/searcho/?hr=386e766a796a756d33776c65   embed 2026-08-30 14:14:12 2026-08-30 14:14:12 javguru https://vide0.net/e/8nvjyjum3wle
2888 v_lohrr javguru https://jav.guru/383927/meyd-909-the-busty-nurse-at-the-hospital-is-my-first-love-from-school-days-15-years-of-pure-love-affair-sayama/ https://maxstream.org/embed-p4b22fdwqf9e.html https://jav.guru/searcho/?or=656d6265642d7034623232666477716639652e68746d6c   embed 2026-08-30 14:14:12 2026-08-30 14:14:12 javguru https://maxstream.org/embed-p4b22fdwqf9e.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 3.624ms