home / media

streams

6 rows where v_uid = "v_v23bz"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
197 v_v23bz javguru https://jav.guru/789693/cvdx-625-a-one-piece-aunt-showcasing-her-sexy-body-in-a-close-up-of-the-sexy-line-featuring-30-women-over-4-hours/ https://javclan.com/e/8rc70mn1q735 https://jav.guru/searcho/?xr=38726337306d6e3171373335   embed 2026-08-30 09:51:45 2026-08-30 09:51:45 javguru https://javclan.com/e/8rc70mn1q735
198 v_v23bz javguru https://jav.guru/789693/cvdx-625-a-one-piece-aunt-showcasing-her-sexy-body-in-a-close-up-of-the-sexy-line-featuring-30-women-over-4-hours/ https://turbovidhls.com/t/68efe62fd9d46 https://jav.guru/searcho/?ur=36386566653632666439643436 https://cdn3.turboviplay.com/data3/68efe62fd9d46/68efe62fd9d46.m3u8 m3u8 2026-08-30 09:51:45 2026-08-30 09:51:45 javguru https://turbovidhls.com/t/68efe62fd9d46
199 v_v23bz javguru https://jav.guru/789693/cvdx-625-a-one-piece-aunt-showcasing-her-sexy-body-in-a-close-up-of-the-sexy-line-featuring-30-women-over-4-hours/ https://tracylocalschool.com/e/hmlozmunz0ns https://jav.guru/searcho/?tr=686d6c6f7a6d756e7a306e73   embed 2026-08-30 09:51:45 2026-08-30 09:51:45 javguru https://tracylocalschool.com/e/hmlozmunz0ns
200 v_v23bz javguru https://jav.guru/789693/cvdx-625-a-one-piece-aunt-showcasing-her-sexy-body-in-a-close-up-of-the-sexy-line-featuring-30-women-over-4-hours/ https://streamhihi.com/e/6116p7rqnkzz https://jav.guru/searcho/?er=652f36313136703772716e6b7a7a   embed 2026-08-30 09:51:45 2026-08-30 09:51:45 javguru https://streamhihi.com/e/6116p7rqnkzz
201 v_v23bz javguru https://jav.guru/789693/cvdx-625-a-one-piece-aunt-showcasing-her-sexy-body-in-a-close-up-of-the-sexy-line-featuring-30-women-over-4-hours/ https://vide0.net/e/b5dx9angnaza https://jav.guru/searcho/?hr=6235647839616e676e617a61   embed 2026-08-30 09:51:45 2026-08-30 09:51:45 javguru https://vide0.net/e/b5dx9angnaza
202 v_v23bz javguru https://jav.guru/789693/cvdx-625-a-one-piece-aunt-showcasing-her-sexy-body-in-a-close-up-of-the-sexy-line-featuring-30-women-over-4-hours/ https://maxstream.org/embed-81kdloj6goif.html https://jav.guru/searcho/?or=656d6265642d38316b646c6f6a36676f69662e68746d6c   embed 2026-08-30 09:51:45 2026-08-30 09:51:45 javguru https://maxstream.org/embed-81kdloj6goif.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.747ms