home / media

streams

6 rows where v_uid = "v_v8p52"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2709 v_v8p52 javguru https://jav.guru/784828/cemd-749-no-bra-nipples-fully-exposed-a-lewd-mature-woman-and-a-shameful-playdate-with-adachi/ https://javclan.com/e/glfes39z4utd https://jav.guru/searcho/?xr=676c66657333397a34757464   embed 2026-08-30 14:12:41 2026-08-30 14:12:41 javguru https://javclan.com/e/glfes39z4utd
2710 v_v8p52 javguru https://jav.guru/784828/cemd-749-no-bra-nipples-fully-exposed-a-lewd-mature-woman-and-a-shameful-playdate-with-adachi/ https://turbovidhls.com/t/68e952e042976 https://jav.guru/searcho/?ur=36386539353265303432393736   embed 2026-08-30 14:12:41 2026-08-30 14:12:41 javguru https://turbovidhls.com/t/68e952e042976
2711 v_v8p52 javguru https://jav.guru/784828/cemd-749-no-bra-nipples-fully-exposed-a-lewd-mature-woman-and-a-shameful-playdate-with-adachi/ https://tracylocalschool.com/e/qprmajqmfhsl https://jav.guru/searcho/?tr=7170726d616a716d6668736c   embed 2026-08-30 14:12:41 2026-08-30 14:12:41 javguru https://tracylocalschool.com/e/qprmajqmfhsl
2712 v_v8p52 javguru https://jav.guru/784828/cemd-749-no-bra-nipples-fully-exposed-a-lewd-mature-woman-and-a-shameful-playdate-with-adachi/ https://streamhihi.com/e/3h2rsssnjz74 https://jav.guru/searcho/?er=652f336832727373736e6a7a3734   embed 2026-08-30 14:12:41 2026-08-30 14:12:41 javguru https://streamhihi.com/e/3h2rsssnjz74
2713 v_v8p52 javguru https://jav.guru/784828/cemd-749-no-bra-nipples-fully-exposed-a-lewd-mature-woman-and-a-shameful-playdate-with-adachi/ https://vide0.net/e/orcjsadvy5tj https://jav.guru/searcho/?hr=6f72636a736164767935746a   embed 2026-08-30 14:12:41 2026-08-30 14:12:41 javguru https://vide0.net/e/orcjsadvy5tj
2714 v_v8p52 javguru https://jav.guru/784828/cemd-749-no-bra-nipples-fully-exposed-a-lewd-mature-woman-and-a-shameful-playdate-with-adachi/ https://maxstream.org/embed-the907h5avpc.html https://jav.guru/searcho/?or=656d6265642d7468653930376835617670632e68746d6c   embed 2026-08-30 14:12:41 2026-08-30 14:12:41 javguru https://maxstream.org/embed-the907h5avpc.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.196ms