home / media

streams

6 rows where v_uid = "v_y4b1v"

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
1055 v_y4b1v javguru https://jav.guru/787742/lcbd-00637-saaya-age20-natural-color/ https://javclan.com/e/hqz5n79grcdw https://jav.guru/searcho/?xr=68717a356e37396772636477   embed 2026-08-30 09:59:43 2026-08-30 09:59:43 javguru https://javclan.com/e/hqz5n79grcdw
1056 v_y4b1v javguru https://jav.guru/787742/lcbd-00637-saaya-age20-natural-color/ https://turbovidhls.com/t/68ed3f27ce0d0 https://jav.guru/searcho/?ur=36386564336632376365306430 https://cdn3.turboviplay.com/data3/68ed3f27ce0d0/68ed3f27ce0d0.m3u8 m3u8 2026-08-30 09:59:43 2026-08-30 09:59:43 javguru https://turbovidhls.com/t/68ed3f27ce0d0
1057 v_y4b1v javguru https://jav.guru/787742/lcbd-00637-saaya-age20-natural-color/ https://tracylocalschool.com/e/de9trj478v0n https://jav.guru/searcho/?tr=64653974726a34373876306e   embed 2026-08-30 09:59:43 2026-08-30 09:59:43 javguru https://tracylocalschool.com/e/de9trj478v0n
1058 v_y4b1v javguru https://jav.guru/787742/lcbd-00637-saaya-age20-natural-color/ https://streamhihi.com/e/j3idexaenpxn https://jav.guru/searcho/?er=652f6a336964657861656e70786e   embed 2026-08-30 09:59:43 2026-08-30 09:59:43 javguru https://streamhihi.com/e/j3idexaenpxn
1059 v_y4b1v javguru https://jav.guru/787742/lcbd-00637-saaya-age20-natural-color/ https://vide0.net/e/66y10w2gv9np https://jav.guru/searcho/?hr=363679313077326776396e70   embed 2026-08-30 09:59:43 2026-08-30 09:59:43 javguru https://vide0.net/e/66y10w2gv9np
1060 v_y4b1v javguru https://jav.guru/787742/lcbd-00637-saaya-age20-natural-color/ https://maxstream.org/embed-6b09im94x55q.html https://jav.guru/searcho/?or=656d6265642d36623039696d3934783535712e68746d6c   embed 2026-08-30 09:59:43 2026-08-30 09:59:43 javguru https://maxstream.org/embed-6b09im94x55q.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.857ms