home / media

streams

6 rows where v_uid = "v_0e7pr"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7956 v_0e7pr javguru https://jav.guru/1044224/hz-013-female-manager-your-body-is-a-crime-youre-a-married-woman-right-a-housewife-with-big-tits-and-a-huge-ass-minato-sakuragi/ https://javclan.com/e/w54us136y4mv https://jav.guru/searcho/?xr=773534757331333679346d76   embed 2026-08-30 15:09:02 2026-08-30 15:09:02 javguru https://javclan.com/e/w54us136y4mv
7957 v_0e7pr javguru https://jav.guru/1044224/hz-013-female-manager-your-body-is-a-crime-youre-a-married-woman-right-a-housewife-with-big-tits-and-a-huge-ass-minato-sakuragi/ https://turbovidhls.com/t/6a9209559f057 https://jav.guru/searcho/?ur=36613932303935353966303537   embed 2026-08-30 15:09:02 2026-08-30 15:09:02 javguru https://turbovidhls.com/t/6a9209559f057
7958 v_0e7pr javguru https://jav.guru/1044224/hz-013-female-manager-your-body-is-a-crime-youre-a-married-woman-right-a-housewife-with-big-tits-and-a-huge-ass-minato-sakuragi/ https://tracylocalschool.com/e/wu5isejxeex3 https://jav.guru/searcho/?tr=7775356973656a7865657833   embed 2026-08-30 15:09:02 2026-08-30 15:09:02 javguru https://tracylocalschool.com/e/wu5isejxeex3
7959 v_0e7pr javguru https://jav.guru/1044224/hz-013-female-manager-your-body-is-a-crime-youre-a-married-woman-right-a-housewife-with-big-tits-and-a-huge-ass-minato-sakuragi/ https://vidara.to/e/NUxqPBsIvMUS9 https://jav.guru/searcho/?cr=4e55787150427349764d555339   embed 2026-08-30 15:09:02 2026-08-30 15:09:02 javguru https://vidara.to/e/NUxqPBsIvMUS9
7960 v_0e7pr javguru https://jav.guru/1044224/hz-013-female-manager-your-body-is-a-crime-youre-a-married-woman-right-a-housewife-with-big-tits-and-a-huge-ass-minato-sakuragi/ https://vide0.net/e/iaa1uxvqb83e https://jav.guru/searcho/?hr=696161317578767162383365   embed 2026-08-30 15:09:02 2026-08-30 15:09:02 javguru https://vide0.net/e/iaa1uxvqb83e
7961 v_0e7pr javguru https://jav.guru/1044224/hz-013-female-manager-your-body-is-a-crime-youre-a-married-woman-right-a-housewife-with-big-tits-and-a-huge-ass-minato-sakuragi/ https://maxstream.org/embed-wv8wu0mktr2p.html https://jav.guru/searcho/?or=656d6265642d7776387775306d6b747232702e68746d6c   embed 2026-08-30 15:09:02 2026-08-30 15:09:02 javguru https://maxstream.org/embed-wv8wu0mktr2p.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.492ms