home / media

streams

6 rows where v_uid = "v_s40pc"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2427 v_s40pc javguru https://jav.guru/784831/cemd-746-non-stop-intense-sex-63-with-nogi/ https://javclan.com/e/3lzxnb6uswfq https://jav.guru/searcho/?xr=336c7a786e62367573776671   embed 2026-08-30 14:10:34 2026-08-30 14:10:34 javguru https://javclan.com/e/3lzxnb6uswfq
2428 v_s40pc javguru https://jav.guru/784831/cemd-746-non-stop-intense-sex-63-with-nogi/ https://turbovidhls.com/t/68e951c7b1f98 https://jav.guru/searcho/?ur=36386539353163376231663938   embed 2026-08-30 14:10:34 2026-08-30 14:10:34 javguru https://turbovidhls.com/t/68e951c7b1f98
2429 v_s40pc javguru https://jav.guru/784831/cemd-746-non-stop-intense-sex-63-with-nogi/ https://tracylocalschool.com/e/bqwebm3snqxd https://jav.guru/searcho/?tr=62717765626d33736e717864   embed 2026-08-30 14:10:34 2026-08-30 14:10:34 javguru https://tracylocalschool.com/e/bqwebm3snqxd
2430 v_s40pc javguru https://jav.guru/784831/cemd-746-non-stop-intense-sex-63-with-nogi/ https://streamhihi.com/e/3mdv58aqdjft https://jav.guru/searcho/?er=652f336d647635386171646a6674   embed 2026-08-30 14:10:34 2026-08-30 14:10:34 javguru https://streamhihi.com/e/3mdv58aqdjft
2431 v_s40pc javguru https://jav.guru/784831/cemd-746-non-stop-intense-sex-63-with-nogi/ https://vide0.net/e/coztoqbouj66 https://jav.guru/searcho/?hr=636f7a746f71626f756a3636   embed 2026-08-30 14:10:34 2026-08-30 14:10:34 javguru https://vide0.net/e/coztoqbouj66
2432 v_s40pc javguru https://jav.guru/784831/cemd-746-non-stop-intense-sex-63-with-nogi/ https://maxstream.org/embed-17ybge3mihfa.html https://jav.guru/searcho/?or=656d6265642d313779626765336d696866612e68746d6c   embed 2026-08-30 14:10:34 2026-08-30 14:10:34 javguru https://maxstream.org/embed-17ybge3mihfa.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.234ms