home / media

streams

6 rows where v_uid = "v_9or1z"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1365 v_9or1z javguru https://jav.guru/785438/nmsl-023-succubus-apprentices-promotion-exam-10-intense-sessions-of-exquisite-sex-guaranteed-to-make-you-climax-featuring-kuroshima-rei/ https://javclan.com/e/5nymuikle0r3 https://jav.guru/searcho/?xr=356e796d75696b6c65307233   embed 2026-08-30 14:01:20 2026-08-30 14:01:20 javguru https://javclan.com/e/5nymuikle0r3
1366 v_9or1z javguru https://jav.guru/785438/nmsl-023-succubus-apprentices-promotion-exam-10-intense-sessions-of-exquisite-sex-guaranteed-to-make-you-climax-featuring-kuroshima-rei/ https://turbovidhls.com/t/68ec08f500eea https://jav.guru/searcho/?ur=36386563303866353030656561   embed 2026-08-30 14:01:20 2026-08-30 14:01:20 javguru https://turbovidhls.com/t/68ec08f500eea
1367 v_9or1z javguru https://jav.guru/785438/nmsl-023-succubus-apprentices-promotion-exam-10-intense-sessions-of-exquisite-sex-guaranteed-to-make-you-climax-featuring-kuroshima-rei/ https://tracylocalschool.com/e/7zp0dhxqt1of https://jav.guru/searcho/?tr=377a70306468787174316f66   embed 2026-08-30 14:01:20 2026-08-30 14:01:20 javguru https://tracylocalschool.com/e/7zp0dhxqt1of
1368 v_9or1z javguru https://jav.guru/785438/nmsl-023-succubus-apprentices-promotion-exam-10-intense-sessions-of-exquisite-sex-guaranteed-to-make-you-climax-featuring-kuroshima-rei/ https://streamhihi.com/e/wodfe8akt80u https://jav.guru/searcho/?er=652f776f64666538616b74383075   embed 2026-08-30 14:01:20 2026-08-30 14:01:20 javguru https://streamhihi.com/e/wodfe8akt80u
1369 v_9or1z javguru https://jav.guru/785438/nmsl-023-succubus-apprentices-promotion-exam-10-intense-sessions-of-exquisite-sex-guaranteed-to-make-you-climax-featuring-kuroshima-rei/ https://vide0.net/e/wvd6gyi1f6ka https://jav.guru/searcho/?hr=777664366779693166366b61   embed 2026-08-30 14:01:20 2026-08-30 14:01:20 javguru https://vide0.net/e/wvd6gyi1f6ka
1370 v_9or1z javguru https://jav.guru/785438/nmsl-023-succubus-apprentices-promotion-exam-10-intense-sessions-of-exquisite-sex-guaranteed-to-make-you-climax-featuring-kuroshima-rei/ https://maxstream.org/embed-9kr0q3w3jgps.html https://jav.guru/searcho/?or=656d6265642d396b7230713377336a6770732e68746d6c   embed 2026-08-30 14:01:20 2026-08-30 14:01:20 javguru https://maxstream.org/embed-9kr0q3w3jgps.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.094ms