home / media

streams

4 rows where v_uid = "v_c9hmh"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2869 v_c9hmh javguru https://jav.guru/384123/midv-700-in-the-boring-countryside-i-seduce-the-nearby-uncle-with-drooling-french-kisses-miyashita/ https://javclan.com/e/r6ftc55g0aif https://jav.guru/searcho/?xr=723666746335356730616966   embed 2026-08-30 14:14:01 2026-08-30 14:14:01 javguru https://javclan.com/e/r6ftc55g0aif
2870 v_c9hmh javguru https://jav.guru/384123/midv-700-in-the-boring-countryside-i-seduce-the-nearby-uncle-with-drooling-french-kisses-miyashita/ https://oppainet.net/embed/8x93RCDjw8OY47R https://jav.guru/searcho/?gr=387839335243446a77384f59343752   embed 2026-08-30 14:14:01 2026-08-30 14:14:01 javguru https://oppainet.net/embed/8x93RCDjw8OY47R
2871 v_c9hmh javguru https://jav.guru/384123/midv-700-in-the-boring-countryside-i-seduce-the-nearby-uncle-with-drooling-french-kisses-miyashita/ https://vide0.net/e/4vvajoe5tp4v https://jav.guru/searcho/?hr=347676616a6f653574703476   embed 2026-08-30 14:14:01 2026-08-30 14:14:01 javguru https://vide0.net/e/4vvajoe5tp4v
2872 v_c9hmh javguru https://jav.guru/384123/midv-700-in-the-boring-countryside-i-seduce-the-nearby-uncle-with-drooling-french-kisses-miyashita/ https://maxstream.org/embed-b62sglm5njdx.html https://jav.guru/searcho/?or=656d6265642d62363273676c6d356e6a64782e68746d6c   embed 2026-08-30 14:14:01 2026-08-30 14:14:01 javguru https://maxstream.org/embed-b62sglm5njdx.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.148ms