home / media

streams

6 rows where v_uid = "v_qoivk"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2020 v_qoivk javguru https://jav.guru/785311/fsbk-016-a-naive-country-girl-comes-to-take-an-exam-and-becomes-a-victim-of-a-twisted-adults-desires-at-a-guesthouse-featuring-hirayama-hana/ https://javclan.com/e/oh5lskafmb4h https://jav.guru/searcho/?xr=6f68356c736b61666d623468   embed 2026-08-30 14:07:16 2026-08-30 14:07:16 javguru https://javclan.com/e/oh5lskafmb4h
2021 v_qoivk javguru https://jav.guru/785311/fsbk-016-a-naive-country-girl-comes-to-take-an-exam-and-becomes-a-victim-of-a-twisted-adults-desires-at-a-guesthouse-featuring-hirayama-hana/ https://turbovidhls.com/t/68ea94ad5b99b https://jav.guru/searcho/?ur=36386561393461643562393962   embed 2026-08-30 14:07:16 2026-08-30 14:07:16 javguru https://turbovidhls.com/t/68ea94ad5b99b
2022 v_qoivk javguru https://jav.guru/785311/fsbk-016-a-naive-country-girl-comes-to-take-an-exam-and-becomes-a-victim-of-a-twisted-adults-desires-at-a-guesthouse-featuring-hirayama-hana/ https://tracylocalschool.com/e/fng2dniowdj9 https://jav.guru/searcho/?tr=666e6732646e696f77646a39   embed 2026-08-30 14:07:16 2026-08-30 14:07:16 javguru https://tracylocalschool.com/e/fng2dniowdj9
2023 v_qoivk javguru https://jav.guru/785311/fsbk-016-a-naive-country-girl-comes-to-take-an-exam-and-becomes-a-victim-of-a-twisted-adults-desires-at-a-guesthouse-featuring-hirayama-hana/ https://streamhihi.com/e/2396uensr6w2 https://jav.guru/searcho/?er=652f3233393675656e7372367732   embed 2026-08-30 14:07:16 2026-08-30 14:07:16 javguru https://streamhihi.com/e/2396uensr6w2
2024 v_qoivk javguru https://jav.guru/785311/fsbk-016-a-naive-country-girl-comes-to-take-an-exam-and-becomes-a-victim-of-a-twisted-adults-desires-at-a-guesthouse-featuring-hirayama-hana/ https://vide0.net/e/5bwz77nls1t1 https://jav.guru/searcho/?hr=3562777a37376e6c73317431   embed 2026-08-30 14:07:16 2026-08-30 14:07:16 javguru https://vide0.net/e/5bwz77nls1t1
2025 v_qoivk javguru https://jav.guru/785311/fsbk-016-a-naive-country-girl-comes-to-take-an-exam-and-becomes-a-victim-of-a-twisted-adults-desires-at-a-guesthouse-featuring-hirayama-hana/ https://maxstream.org/embed-1cxut4814lh7.html https://jav.guru/searcho/?or=656d6265642d3163787574343831346c68372e68746d6c   embed 2026-08-30 14:07:16 2026-08-30 14:07:16 javguru https://maxstream.org/embed-1cxut4814lh7.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.066ms