home / media

streams

4 rows where v_uid = "v_pryu7"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1299 v_pryu7 javguru https://jav.guru/384397/pred-674-after-hours-adultery-with-a-busty-boingy-sensual-snack-hostess-yuzuriha/ https://javclan.com/e/81fsbie4g8zv https://jav.guru/searcho/?xr=383166736269653467387a76   embed 2026-08-30 10:01:45 2026-08-30 10:01:45 javguru https://javclan.com/e/81fsbie4g8zv
1300 v_pryu7 javguru https://jav.guru/384397/pred-674-after-hours-adultery-with-a-busty-boingy-sensual-snack-hostess-yuzuriha/ https://oppainet.net/embed/OHYr00gxrrw0wx2 https://jav.guru/searcho/?gr=4f4859723030677872727730777832   embed 2026-08-30 10:01:45 2026-08-30 10:01:45 javguru https://oppainet.net/embed/OHYr00gxrrw0wx2
1301 v_pryu7 javguru https://jav.guru/384397/pred-674-after-hours-adultery-with-a-busty-boingy-sensual-snack-hostess-yuzuriha/ https://vide0.net/e/233c0pmsym0u https://jav.guru/searcho/?hr=3233336330706d73796d3075   embed 2026-08-30 10:01:45 2026-08-30 10:01:45 javguru https://vide0.net/e/233c0pmsym0u
1302 v_pryu7 javguru https://jav.guru/384397/pred-674-after-hours-adultery-with-a-busty-boingy-sensual-snack-hostess-yuzuriha/ https://maxstream.org/embed-t3p3ssou8vpf.html https://jav.guru/searcho/?or=656d6265642d7433703373736f75387670662e68746d6c   embed 2026-08-30 10:01:45 2026-08-30 10:01:45 javguru https://maxstream.org/embed-t3p3ssou8vpf.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.115ms