home / media

streams

4 rows where v_uid = "v_1scpt"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
6839 v_1scpt javguru https://jav.guru/390175/sone-139-surrounded-by-many-men-one-after-another-inserted-and-gushing-with-squirting-first-chaotic-group-sex-in-her-life-murakami/ https://javclan.com/e/jnk5d00eyoor https://jav.guru/searcho/?xr=6a6e6b3564303065796f6f72   embed 2026-08-30 14:54:31 2026-08-30 14:54:31 javguru https://javclan.com/e/jnk5d00eyoor
6840 v_1scpt javguru https://jav.guru/390175/sone-139-surrounded-by-many-men-one-after-another-inserted-and-gushing-with-squirting-first-chaotic-group-sex-in-her-life-murakami/ https://oppainet.net/embed/uVkGMeDAxQm7cEd https://jav.guru/searcho/?gr=75566b474d65444178516d37634564   embed 2026-08-30 14:54:31 2026-08-30 14:54:31 javguru https://oppainet.net/embed/uVkGMeDAxQm7cEd
6841 v_1scpt javguru https://jav.guru/390175/sone-139-surrounded-by-many-men-one-after-another-inserted-and-gushing-with-squirting-first-chaotic-group-sex-in-her-life-murakami/ https://vide0.net/e/9294nqslmssk https://jav.guru/searcho/?hr=393239346e71736c6d73736b   embed 2026-08-30 14:54:31 2026-08-30 14:54:31 javguru https://vide0.net/e/9294nqslmssk
6842 v_1scpt javguru https://jav.guru/390175/sone-139-surrounded-by-many-men-one-after-another-inserted-and-gushing-with-squirting-first-chaotic-group-sex-in-her-life-murakami/ https://maxstream.org/embed-ioks1l0qzn1o.html https://jav.guru/searcho/?or=656d6265642d696f6b73316c30717a6e316f2e68746d6c   embed 2026-08-30 14:54:31 2026-08-30 14:54:31 javguru https://maxstream.org/embed-ioks1l0qzn1o.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 3.77ms