home / media

streams

6 rows where v_uid = "v_cyxlv"

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
614 v_cyxlv javguru https://jav.guru/788375/iene-285-in-sendai-a-young-lady-writes-i-hope-to-get-a-boyfriend-on-a-tanzaku-and-is-quickly-approached-for-what-seems-like-a-fateful-encounter/ https://javclan.com/e/kyktbdg2smsx https://jav.guru/searcho/?xr=6b796b7462646732736d7378   embed 2026-08-30 09:55:28 2026-08-30 09:55:28 javguru https://javclan.com/e/kyktbdg2smsx
615 v_cyxlv javguru https://jav.guru/788375/iene-285-in-sendai-a-young-lady-writes-i-hope-to-get-a-boyfriend-on-a-tanzaku-and-is-quickly-approached-for-what-seems-like-a-fateful-encounter/ https://turbovidhls.com/t/68ee0d2c41a88 https://jav.guru/searcho/?ur=36386565306432633431613838 https://cdn3.turboviplay.com/data/66c16d8bb41ac/66c16d8bb41ac.m3u8 m3u8 2026-08-30 09:55:28 2026-08-30 09:55:28 javguru https://turbovidhls.com/t/68ee0d2c41a88
616 v_cyxlv javguru https://jav.guru/788375/iene-285-in-sendai-a-young-lady-writes-i-hope-to-get-a-boyfriend-on-a-tanzaku-and-is-quickly-approached-for-what-seems-like-a-fateful-encounter/ https://tracylocalschool.com/e/ieqsb9upjl3k https://jav.guru/searcho/?tr=69657173623975706a6c336b   embed 2026-08-30 09:55:28 2026-08-30 09:55:28 javguru https://tracylocalschool.com/e/ieqsb9upjl3k
617 v_cyxlv javguru https://jav.guru/788375/iene-285-in-sendai-a-young-lady-writes-i-hope-to-get-a-boyfriend-on-a-tanzaku-and-is-quickly-approached-for-what-seems-like-a-fateful-encounter/ https://streamhihi.com/e/blwku1ez9e8k https://jav.guru/searcho/?er=652f626c776b7531657a3965386b   embed 2026-08-30 09:55:28 2026-08-30 09:55:28 javguru https://streamhihi.com/e/blwku1ez9e8k
618 v_cyxlv javguru https://jav.guru/788375/iene-285-in-sendai-a-young-lady-writes-i-hope-to-get-a-boyfriend-on-a-tanzaku-and-is-quickly-approached-for-what-seems-like-a-fateful-encounter/ https://vide0.net/e/k0znbo7r0zy7 https://jav.guru/searcho/?hr=6b307a6e626f3772307a7937   embed 2026-08-30 09:55:28 2026-08-30 09:55:28 javguru https://vide0.net/e/k0znbo7r0zy7
619 v_cyxlv javguru https://jav.guru/788375/iene-285-in-sendai-a-young-lady-writes-i-hope-to-get-a-boyfriend-on-a-tanzaku-and-is-quickly-approached-for-what-seems-like-a-fateful-encounter/ https://maxstream.org/embed-ky8bkkpsvqwe.html https://jav.guru/searcho/?or=656d6265642d6b7938626b6b7073767177652e68746d6c   embed 2026-08-30 09:55:28 2026-08-30 09:55:28 javguru https://maxstream.org/embed-ky8bkkpsvqwe.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.582ms