home / media

streams

6 rows where v_uid = "v_igl7p"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2038 v_igl7p javguru https://jav.guru/785236/sxma-017-paradise-spa-part-10-the-forbidden-honey-garden-with-a-muscular-erotic-female-body-as-the-fiery-prince-gets-excited-starring-higashiri-yuka/ https://javclan.com/e/3b0ybkpjspgk https://jav.guru/searcho/?xr=33623079626b706a7370676b   embed 2026-08-30 14:07:27 2026-08-30 14:07:27 javguru https://javclan.com/e/3b0ybkpjspgk
2039 v_igl7p javguru https://jav.guru/785236/sxma-017-paradise-spa-part-10-the-forbidden-honey-garden-with-a-muscular-erotic-female-body-as-the-fiery-prince-gets-excited-starring-higashiri-yuka/ https://turbovidhls.com/t/68eaadaf7ec30 https://jav.guru/searcho/?ur=36386561616461663765633330   embed 2026-08-30 14:07:27 2026-08-30 14:07:27 javguru https://turbovidhls.com/t/68eaadaf7ec30
2040 v_igl7p javguru https://jav.guru/785236/sxma-017-paradise-spa-part-10-the-forbidden-honey-garden-with-a-muscular-erotic-female-body-as-the-fiery-prince-gets-excited-starring-higashiri-yuka/ https://tracylocalschool.com/e/dilgttl0arjq https://jav.guru/searcho/?tr=64696c6774746c3061726a71   embed 2026-08-30 14:07:27 2026-08-30 14:07:27 javguru https://tracylocalschool.com/e/dilgttl0arjq
2041 v_igl7p javguru https://jav.guru/785236/sxma-017-paradise-spa-part-10-the-forbidden-honey-garden-with-a-muscular-erotic-female-body-as-the-fiery-prince-gets-excited-starring-higashiri-yuka/ https://streamhihi.com/e/8v50hhr09eu2 https://jav.guru/searcho/?er=652f387635306868723039657532   embed 2026-08-30 14:07:27 2026-08-30 14:07:27 javguru https://streamhihi.com/e/8v50hhr09eu2
2042 v_igl7p javguru https://jav.guru/785236/sxma-017-paradise-spa-part-10-the-forbidden-honey-garden-with-a-muscular-erotic-female-body-as-the-fiery-prince-gets-excited-starring-higashiri-yuka/ https://vide0.net/e/h7vycemqj20e https://jav.guru/searcho/?hr=6837767963656d716a323065   embed 2026-08-30 14:07:27 2026-08-30 14:07:27 javguru https://vide0.net/e/h7vycemqj20e
2043 v_igl7p javguru https://jav.guru/785236/sxma-017-paradise-spa-part-10-the-forbidden-honey-garden-with-a-muscular-erotic-female-body-as-the-fiery-prince-gets-excited-starring-higashiri-yuka/ https://maxstream.org/embed-9rzjacre2qjg.html https://jav.guru/searcho/?or=656d6265642d39727a6a6163726532716a672e68746d6c   embed 2026-08-30 14:07:27 2026-08-30 14:07:27 javguru https://maxstream.org/embed-9rzjacre2qjg.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.84ms