home / media

streams

6 rows where v_uid = "v_e6n5s"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2565 v_e6n5s javguru https://jav.guru/784756/pcsd-001-sex-with-a-chubby-girl/ https://javclan.com/e/0jqizoqmf7v3 https://jav.guru/searcho/?xr=306a71697a6f716d66377633   embed 2026-08-30 14:11:35 2026-08-30 14:11:35 javguru https://javclan.com/e/0jqizoqmf7v3
2566 v_e6n5s javguru https://jav.guru/784756/pcsd-001-sex-with-a-chubby-girl/ https://turbovidhls.com/t/68e96fdcde115 https://jav.guru/searcho/?ur=36386539366664636465313135   embed 2026-08-30 14:11:35 2026-08-30 14:11:35 javguru https://turbovidhls.com/t/68e96fdcde115
2567 v_e6n5s javguru https://jav.guru/784756/pcsd-001-sex-with-a-chubby-girl/ https://tracylocalschool.com/e/ptu0guepsniw https://jav.guru/searcho/?tr=7074753067756570736e6977   embed 2026-08-30 14:11:35 2026-08-30 14:11:35 javguru https://tracylocalschool.com/e/ptu0guepsniw
2568 v_e6n5s javguru https://jav.guru/784756/pcsd-001-sex-with-a-chubby-girl/ https://streamhihi.com/e/suctpl4el5mr https://jav.guru/searcho/?er=652f73756374706c34656c356d72   embed 2026-08-30 14:11:35 2026-08-30 14:11:35 javguru https://streamhihi.com/e/suctpl4el5mr
2569 v_e6n5s javguru https://jav.guru/784756/pcsd-001-sex-with-a-chubby-girl/ https://vide0.net/e/9i3iz6g9axgv https://jav.guru/searcho/?hr=396933697a36673961786776   embed 2026-08-30 14:11:35 2026-08-30 14:11:35 javguru https://vide0.net/e/9i3iz6g9axgv
2570 v_e6n5s javguru https://jav.guru/784756/pcsd-001-sex-with-a-chubby-girl/ https://maxstream.org/embed-9huhmop26a1j.html https://jav.guru/searcho/?or=656d6265642d396875686d6f70323661316a2e68746d6c   embed 2026-08-30 14:11:35 2026-08-30 14:11:35 javguru https://maxstream.org/embed-9huhmop26a1j.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.619ms