home / media

streams

6 rows where v_uid = "v_i5c9z"

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
620 v_i5c9z javguru https://jav.guru/788393/iene-255-all-day-creampie-sex-2-with-yoshinaga-akane/ https://javclan.com/e/nahzdottb948 https://jav.guru/searcho/?xr=6e61687a646f747462393438   embed 2026-08-30 09:55:31 2026-08-30 09:55:31 javguru https://javclan.com/e/nahzdottb948
621 v_i5c9z javguru https://jav.guru/788393/iene-255-all-day-creampie-sex-2-with-yoshinaga-akane/ https://turbovidhls.com/t/68ee0c8ea42de https://jav.guru/searcho/?ur=36386565306338656134326465 https://cdn3.turboviplay.com/data/66ab968ef3a4c/66ab968ef3a4c.m3u8 m3u8 2026-08-30 09:55:31 2026-08-30 09:55:31 javguru https://turbovidhls.com/t/68ee0c8ea42de
622 v_i5c9z javguru https://jav.guru/788393/iene-255-all-day-creampie-sex-2-with-yoshinaga-akane/ https://tracylocalschool.com/e/jvftj71u5cwa https://jav.guru/searcho/?tr=6a7666746a37317535637761   embed 2026-08-30 09:55:31 2026-08-30 09:55:31 javguru https://tracylocalschool.com/e/jvftj71u5cwa
623 v_i5c9z javguru https://jav.guru/788393/iene-255-all-day-creampie-sex-2-with-yoshinaga-akane/ https://streamhihi.com/e/qtcjm1zimng2 https://jav.guru/searcho/?er=652f7174636a6d317a696d6e6732   embed 2026-08-30 09:55:31 2026-08-30 09:55:31 javguru https://streamhihi.com/e/qtcjm1zimng2
624 v_i5c9z javguru https://jav.guru/788393/iene-255-all-day-creampie-sex-2-with-yoshinaga-akane/ https://vide0.net/e/idaijphql032 https://jav.guru/searcho/?hr=696461696a7068716c303332   embed 2026-08-30 09:55:31 2026-08-30 09:55:31 javguru https://vide0.net/e/idaijphql032
625 v_i5c9z javguru https://jav.guru/788393/iene-255-all-day-creampie-sex-2-with-yoshinaga-akane/ https://maxstream.org/embed-n297elzhytfa.html https://jav.guru/searcho/?or=656d6265642d6e323937656c7a68797466612e68746d6c   embed 2026-08-30 09:55:31 2026-08-30 09:55:31 javguru https://maxstream.org/embed-n297elzhytfa.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.386ms