home / media

streams

6 rows where v_uid = "v_sowua"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2703 v_sowua javguru https://jav.guru/784823/cmv-199-enema-female-detective-mental-breakdown-anal-trture-method-yamamoto/ https://javclan.com/e/wwai7biayimi https://jav.guru/searcho/?xr=777761693762696179696d69   embed 2026-08-30 14:12:37 2026-08-30 14:12:37 javguru https://javclan.com/e/wwai7biayimi
2704 v_sowua javguru https://jav.guru/784823/cmv-199-enema-female-detective-mental-breakdown-anal-trture-method-yamamoto/ https://turbovidhls.com/t/68e953ed46f33 https://jav.guru/searcho/?ur=36386539353365643436663333   embed 2026-08-30 14:12:37 2026-08-30 14:12:37 javguru https://turbovidhls.com/t/68e953ed46f33
2705 v_sowua javguru https://jav.guru/784823/cmv-199-enema-female-detective-mental-breakdown-anal-trture-method-yamamoto/ https://tracylocalschool.com/e/efsqyincsefp https://jav.guru/searcho/?tr=6566737179696e6373656670   embed 2026-08-30 14:12:37 2026-08-30 14:12:37 javguru https://tracylocalschool.com/e/efsqyincsefp
2706 v_sowua javguru https://jav.guru/784823/cmv-199-enema-female-detective-mental-breakdown-anal-trture-method-yamamoto/ https://streamhihi.com/e/d87p4tbp1fbf https://jav.guru/searcho/?er=652f643837703474627031666266   embed 2026-08-30 14:12:37 2026-08-30 14:12:37 javguru https://streamhihi.com/e/d87p4tbp1fbf
2707 v_sowua javguru https://jav.guru/784823/cmv-199-enema-female-detective-mental-breakdown-anal-trture-method-yamamoto/ https://vide0.net/e/a5kfckb47tbq https://jav.guru/searcho/?hr=61356b66636b623437746271   embed 2026-08-30 14:12:37 2026-08-30 14:12:37 javguru https://vide0.net/e/a5kfckb47tbq
2708 v_sowua javguru https://jav.guru/784823/cmv-199-enema-female-detective-mental-breakdown-anal-trture-method-yamamoto/ https://maxstream.org/embed-3visy0egkfj0.html https://jav.guru/searcho/?or=656d6265642d33766973793065676b666a302e68746d6c   embed 2026-08-30 14:12:37 2026-08-30 14:12:37 javguru https://maxstream.org/embed-3visy0egkfj0.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.131ms