home / media

streams

6 rows where v_uid = "v_ji04e"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2200 v_ji04e javguru https://jav.guru/785253/jufd-099-the-lewd-daily-life-of-a-stunning-mature-woman-in-the-case-of-miki-the-busty-housewife-elevator-girl-who-came-for-training/ https://javclan.com/e/sw7qvxkegd17 https://jav.guru/searcho/?xr=7377377176786b6567643137   embed 2026-08-30 14:08:48 2026-08-30 14:08:48 javguru https://javclan.com/e/sw7qvxkegd17
2201 v_ji04e javguru https://jav.guru/785253/jufd-099-the-lewd-daily-life-of-a-stunning-mature-woman-in-the-case-of-miki-the-busty-housewife-elevator-girl-who-came-for-training/ https://turbovidhls.com/t/68eaaa16e6eb9 https://jav.guru/searcho/?ur=36386561616131366536656239   embed 2026-08-30 14:08:48 2026-08-30 14:08:48 javguru https://turbovidhls.com/t/68eaaa16e6eb9
2202 v_ji04e javguru https://jav.guru/785253/jufd-099-the-lewd-daily-life-of-a-stunning-mature-woman-in-the-case-of-miki-the-busty-housewife-elevator-girl-who-came-for-training/ https://tracylocalschool.com/e/bypgj7z9u5kw https://jav.guru/searcho/?tr=627970676a377a3975356b77   embed 2026-08-30 14:08:48 2026-08-30 14:08:48 javguru https://tracylocalschool.com/e/bypgj7z9u5kw
2203 v_ji04e javguru https://jav.guru/785253/jufd-099-the-lewd-daily-life-of-a-stunning-mature-woman-in-the-case-of-miki-the-busty-housewife-elevator-girl-who-came-for-training/ https://streamhihi.com/e/l9bsbkujrgkn https://jav.guru/searcho/?er=652f6c396273626b756a72676b6e   embed 2026-08-30 14:08:48 2026-08-30 14:08:48 javguru https://streamhihi.com/e/l9bsbkujrgkn
2204 v_ji04e javguru https://jav.guru/785253/jufd-099-the-lewd-daily-life-of-a-stunning-mature-woman-in-the-case-of-miki-the-busty-housewife-elevator-girl-who-came-for-training/ https://vide0.net/e/06stt5myu3s4 https://jav.guru/searcho/?hr=3036737474356d7975337334   embed 2026-08-30 14:08:48 2026-08-30 14:08:48 javguru https://vide0.net/e/06stt5myu3s4
2205 v_ji04e javguru https://jav.guru/785253/jufd-099-the-lewd-daily-life-of-a-stunning-mature-woman-in-the-case-of-miki-the-busty-housewife-elevator-girl-who-came-for-training/ https://maxstream.org/embed-95i1i2stq180.html https://jav.guru/searcho/?or=656d6265642d3935693169327374713138302e68746d6c   embed 2026-08-30 14:08:48 2026-08-30 14:08:48 javguru https://maxstream.org/embed-95i1i2stq180.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.498ms