home / media

streams

6 rows where v_uid = "v_0zy4l"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
4615 v_0zy4l javguru https://jav.guru/791231/ipz-586-for-now-should-i-suck-on-it-jumbo-breasts-chu-chu-and-lero-lero-with-hoshina-kirari/ https://javclan.com/e/zb22zmh8xm44 https://jav.guru/searcho/?xr=7a6232327a6d6838786d3434   embed 2026-08-30 14:32:52 2026-08-30 14:32:52 javguru https://javclan.com/e/zb22zmh8xm44
4616 v_0zy4l javguru https://jav.guru/791231/ipz-586-for-now-should-i-suck-on-it-jumbo-breasts-chu-chu-and-lero-lero-with-hoshina-kirari/ https://turbovidhls.com/t/68f4f9120d73e https://jav.guru/searcho/?ur=36386634663931323064373365   embed 2026-08-30 14:32:52 2026-08-30 14:32:52 javguru https://turbovidhls.com/t/68f4f9120d73e
4617 v_0zy4l javguru https://jav.guru/791231/ipz-586-for-now-should-i-suck-on-it-jumbo-breasts-chu-chu-and-lero-lero-with-hoshina-kirari/ https://tracylocalschool.com/e/rvpskxzvbclj https://jav.guru/searcho/?tr=727670736b787a7662636c6a   embed 2026-08-30 14:32:52 2026-08-30 14:32:52 javguru https://tracylocalschool.com/e/rvpskxzvbclj
4618 v_0zy4l javguru https://jav.guru/791231/ipz-586-for-now-should-i-suck-on-it-jumbo-breasts-chu-chu-and-lero-lero-with-hoshina-kirari/ https://streamhihi.com/e/e8e5wrl72xo7 https://jav.guru/searcho/?er=652f6538653577726c3732786f37   embed 2026-08-30 14:32:52 2026-08-30 14:32:52 javguru https://streamhihi.com/e/e8e5wrl72xo7
4619 v_0zy4l javguru https://jav.guru/791231/ipz-586-for-now-should-i-suck-on-it-jumbo-breasts-chu-chu-and-lero-lero-with-hoshina-kirari/ https://vide0.net/e/3zwpx1cllhhb https://jav.guru/searcho/?hr=337a77707831636c6c686862   embed 2026-08-30 14:32:52 2026-08-30 14:32:52 javguru https://vide0.net/e/3zwpx1cllhhb
4620 v_0zy4l javguru https://jav.guru/791231/ipz-586-for-now-should-i-suck-on-it-jumbo-breasts-chu-chu-and-lero-lero-with-hoshina-kirari/ https://maxstream.org/embed-60dj21fwve59.html https://jav.guru/searcho/?or=656d6265642d3630646a32316677766535392e68746d6c   embed 2026-08-30 14:32:52 2026-08-30 14:32:52 javguru https://maxstream.org/embed-60dj21fwve59.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.402ms