home / media

streams

6 rows where v_uid = "v_a36ou"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2367 v_a36ou javguru https://jav.guru/784773/mkmp-677-a-shared-house-with-two-mischievous-sisters-who-are-lustful-monsters-a-wild-sex-life-with-double-the-beautiful-butts-where-we-cant-stop-getting-off/ https://javclan.com/e/0vyjscxh7k1w https://jav.guru/searcho/?xr=3076796a73637868376b3177   embed 2026-08-30 14:10:06 2026-08-30 14:10:06 javguru https://javclan.com/e/0vyjscxh7k1w
2368 v_a36ou javguru https://jav.guru/784773/mkmp-677-a-shared-house-with-two-mischievous-sisters-who-are-lustful-monsters-a-wild-sex-life-with-double-the-beautiful-butts-where-we-cant-stop-getting-off/ https://turbovidhls.com/t/68e96639c149f https://jav.guru/searcho/?ur=36386539363633396331343966   embed 2026-08-30 14:10:06 2026-08-30 14:10:06 javguru https://turbovidhls.com/t/68e96639c149f
2369 v_a36ou javguru https://jav.guru/784773/mkmp-677-a-shared-house-with-two-mischievous-sisters-who-are-lustful-monsters-a-wild-sex-life-with-double-the-beautiful-butts-where-we-cant-stop-getting-off/ https://tracylocalschool.com/e/nboo1d35zeho https://jav.guru/searcho/?tr=6e626f6f316433357a65686f   embed 2026-08-30 14:10:06 2026-08-30 14:10:06 javguru https://tracylocalschool.com/e/nboo1d35zeho
2370 v_a36ou javguru https://jav.guru/784773/mkmp-677-a-shared-house-with-two-mischievous-sisters-who-are-lustful-monsters-a-wild-sex-life-with-double-the-beautiful-butts-where-we-cant-stop-getting-off/ https://streamhihi.com/e/tt5kr9yioo2r https://jav.guru/searcho/?er=652f7474356b723979696f6f3272   embed 2026-08-30 14:10:06 2026-08-30 14:10:06 javguru https://streamhihi.com/e/tt5kr9yioo2r
2371 v_a36ou javguru https://jav.guru/784773/mkmp-677-a-shared-house-with-two-mischievous-sisters-who-are-lustful-monsters-a-wild-sex-life-with-double-the-beautiful-butts-where-we-cant-stop-getting-off/ https://vide0.net/e/k7jw4x8fc3jh https://jav.guru/searcho/?hr=6b376a773478386663336a68   embed 2026-08-30 14:10:06 2026-08-30 14:10:06 javguru https://vide0.net/e/k7jw4x8fc3jh
2372 v_a36ou javguru https://jav.guru/784773/mkmp-677-a-shared-house-with-two-mischievous-sisters-who-are-lustful-monsters-a-wild-sex-life-with-double-the-beautiful-butts-where-we-cant-stop-getting-off/ https://maxstream.org/embed-r9sy685msrjb.html https://jav.guru/searcho/?or=656d6265642d723973793638356d73726a622e68746d6c   embed 2026-08-30 14:10:06 2026-08-30 14:10:06 javguru https://maxstream.org/embed-r9sy685msrjb.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.649ms