home / media

streams

6 rows where v_uid = "v_kx95n"

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
566 v_kx95n javguru https://jav.guru/788368/iene-297-lli-girl-with-g-cup-breasts-makes-an-emergency-av-debut-with-three-scenes-haneishi-yuu/ https://javclan.com/e/ais9uw99jb39 https://jav.guru/searcho/?xr=61697339757739396a623339   embed 2026-08-30 09:55:07 2026-08-30 09:55:07 javguru https://javclan.com/e/ais9uw99jb39
567 v_kx95n javguru https://jav.guru/788368/iene-297-lli-girl-with-g-cup-breasts-makes-an-emergency-av-debut-with-three-scenes-haneishi-yuu/ https://turbovidhls.com/t/68ee0e0d84899 https://jav.guru/searcho/?ur=36386565306530643834383939 https://cdn3.turboviplay.com/data/66ceca03660a1/66ceca03660a1.m3u8 m3u8 2026-08-30 09:55:07 2026-08-30 09:55:07 javguru https://turbovidhls.com/t/68ee0e0d84899
568 v_kx95n javguru https://jav.guru/788368/iene-297-lli-girl-with-g-cup-breasts-makes-an-emergency-av-debut-with-three-scenes-haneishi-yuu/ https://tracylocalschool.com/e/znchmamcw5ac https://jav.guru/searcho/?tr=7a6e63686d616d6377356163   embed 2026-08-30 09:55:07 2026-08-30 09:55:07 javguru https://tracylocalschool.com/e/znchmamcw5ac
569 v_kx95n javguru https://jav.guru/788368/iene-297-lli-girl-with-g-cup-breasts-makes-an-emergency-av-debut-with-three-scenes-haneishi-yuu/ https://streamhihi.com/e/s4ez2fb19cxy https://jav.guru/searcho/?er=652f7334657a3266623139637879   embed 2026-08-30 09:55:07 2026-08-30 09:55:07 javguru https://streamhihi.com/e/s4ez2fb19cxy
570 v_kx95n javguru https://jav.guru/788368/iene-297-lli-girl-with-g-cup-breasts-makes-an-emergency-av-debut-with-three-scenes-haneishi-yuu/ https://vide0.net/e/hlwi6rvi6kgz https://jav.guru/searcho/?hr=686c776936727669366b677a   embed 2026-08-30 09:55:07 2026-08-30 09:55:07 javguru https://vide0.net/e/hlwi6rvi6kgz
571 v_kx95n javguru https://jav.guru/788368/iene-297-lli-girl-with-g-cup-breasts-makes-an-emergency-av-debut-with-three-scenes-haneishi-yuu/ https://maxstream.org/embed-i6yhj82uuc9z.html https://jav.guru/searcho/?or=656d6265642d693679686a3832757563397a2e68746d6c   embed 2026-08-30 09:55:07 2026-08-30 09:55:07 javguru https://maxstream.org/embed-i6yhj82uuc9z.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 6.323ms