home / media

streams

6 rows where v_uid = "v_w6z28"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1803 v_w6z28 javguru https://jav.guru/785426/rctd-255-the-first-premature-ejaculation-womens-track-and-field-club-squirting-championship/ https://javclan.com/e/156fzqnckmo1 https://jav.guru/searcho/?xr=313536667a716e636b6d6f31   embed 2026-08-30 14:05:24 2026-08-30 14:05:24 javguru https://javclan.com/e/156fzqnckmo1
1804 v_w6z28 javguru https://jav.guru/785426/rctd-255-the-first-premature-ejaculation-womens-track-and-field-club-squirting-championship/ https://turbovidhls.com/t/68ec0c9f981e2 https://jav.guru/searcho/?ur=36386563306339663938316532   embed 2026-08-30 14:05:24 2026-08-30 14:05:24 javguru https://turbovidhls.com/t/68ec0c9f981e2
1805 v_w6z28 javguru https://jav.guru/785426/rctd-255-the-first-premature-ejaculation-womens-track-and-field-club-squirting-championship/ https://tracylocalschool.com/e/v55gkpic5uds https://jav.guru/searcho/?tr=763535676b70696335756473   embed 2026-08-30 14:05:24 2026-08-30 14:05:24 javguru https://tracylocalschool.com/e/v55gkpic5uds
1806 v_w6z28 javguru https://jav.guru/785426/rctd-255-the-first-premature-ejaculation-womens-track-and-field-club-squirting-championship/ https://streamhihi.com/e/r3errxtkeb4d https://jav.guru/searcho/?er=652f723365727278746b65623464   embed 2026-08-30 14:05:24 2026-08-30 14:05:24 javguru https://streamhihi.com/e/r3errxtkeb4d
1807 v_w6z28 javguru https://jav.guru/785426/rctd-255-the-first-premature-ejaculation-womens-track-and-field-club-squirting-championship/ https://vide0.net/e/wb6b8dtr86at https://jav.guru/searcho/?hr=776236623864747238366174   embed 2026-08-30 14:05:24 2026-08-30 14:05:24 javguru https://vide0.net/e/wb6b8dtr86at
1808 v_w6z28 javguru https://jav.guru/785426/rctd-255-the-first-premature-ejaculation-womens-track-and-field-club-squirting-championship/ https://maxstream.org/embed-dsbgasrnz2p7.html https://jav.guru/searcho/?or=656d6265642d647362676173726e7a3270372e68746d6c   embed 2026-08-30 14:05:24 2026-08-30 14:05:24 javguru https://maxstream.org/embed-dsbgasrnz2p7.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.269ms