home / media

streams

4 rows where v_uid = "v_i35bc"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1781 v_i35bc javguru https://jav.guru/384151/ebwh-097-my-girlfriend-is-ordered-to-have-pillow-business-for-the-companys-profit-she-is-made-to-climax-by-the-president-of-the-trading-partner-she-hates-and-becomes-a-sex-slave/ https://javclan.com/e/7xpiqqpnqggi https://jav.guru/searcho/?xr=377870697171706e71676769   embed 2026-08-30 14:05:09 2026-08-30 14:05:09 javguru https://javclan.com/e/7xpiqqpnqggi
1782 v_i35bc javguru https://jav.guru/384151/ebwh-097-my-girlfriend-is-ordered-to-have-pillow-business-for-the-companys-profit-she-is-made-to-climax-by-the-president-of-the-trading-partner-she-hates-and-becomes-a-sex-slave/ https://oppainet.net/embed/oMs2ogY0s4KhHHm https://jav.guru/searcho/?gr=6f4d73326f67593073344b6848486d   embed 2026-08-30 14:05:09 2026-08-30 14:05:09 javguru https://oppainet.net/embed/oMs2ogY0s4KhHHm
1783 v_i35bc javguru https://jav.guru/384151/ebwh-097-my-girlfriend-is-ordered-to-have-pillow-business-for-the-companys-profit-she-is-made-to-climax-by-the-president-of-the-trading-partner-she-hates-and-becomes-a-sex-slave/ https://vide0.net/e/adhplt9erghb https://jav.guru/searcho/?hr=616468706c74396572676862   embed 2026-08-30 14:05:09 2026-08-30 14:05:09 javguru https://vide0.net/e/adhplt9erghb
1784 v_i35bc javguru https://jav.guru/384151/ebwh-097-my-girlfriend-is-ordered-to-have-pillow-business-for-the-companys-profit-she-is-made-to-climax-by-the-president-of-the-trading-partner-she-hates-and-becomes-a-sex-slave/ https://maxstream.org/embed-smmb437zx6vl.html https://jav.guru/searcho/?or=656d6265642d736d6d623433377a7836766c2e68746d6c   embed 2026-08-30 14:05:09 2026-08-30 14:05:09 javguru https://maxstream.org/embed-smmb437zx6vl.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 27.885ms