home / media

streams

4 rows where v_uid = "v_1x8gx"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
8853 v_1x8gx javguru https://jav.guru/385553/juq-699-continuously-made-to-orgasm-by-the-uncontrollable-insatiable-intercourse-of-my-sons-friend-mutou/ https://javclan.com/e/8opwxctw78id https://jav.guru/searcho/?xr=386f70777863747737386964   embed 2026-08-30 16:50:14 2026-08-30 16:50:14 javguru https://javclan.com/e/8opwxctw78id
8854 v_1x8gx javguru https://jav.guru/385553/juq-699-continuously-made-to-orgasm-by-the-uncontrollable-insatiable-intercourse-of-my-sons-friend-mutou/ https://oppainet.net/embed/yXqsyBCoUJthRJ0 https://jav.guru/searcho/?gr=795871737942436f554a7468524a30   embed 2026-08-30 16:50:14 2026-08-30 16:50:14 javguru https://oppainet.net/embed/yXqsyBCoUJthRJ0
8855 v_1x8gx javguru https://jav.guru/385553/juq-699-continuously-made-to-orgasm-by-the-uncontrollable-insatiable-intercourse-of-my-sons-friend-mutou/ https://vide0.net/e/7mvdcqjokxrf https://jav.guru/searcho/?hr=376d766463716a6f6b787266   embed 2026-08-30 16:50:14 2026-08-30 16:50:14 javguru https://vide0.net/e/7mvdcqjokxrf
8856 v_1x8gx javguru https://jav.guru/385553/juq-699-continuously-made-to-orgasm-by-the-uncontrollable-insatiable-intercourse-of-my-sons-friend-mutou/ https://maxstream.org/embed-60opwgh7f6co.html https://jav.guru/searcho/?or=656d6265642d36306f70776768376636636f2e68746d6c   embed 2026-08-30 16:50:14 2026-08-30 16:50:14 javguru https://maxstream.org/embed-60opwgh7f6co.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.275ms