home / media

streams

6 rows where v_uid = "v_qp7d6"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1461 v_qp7d6 javguru https://jav.guru/785480/mbdd-2079b-uno-mirei-the-gentle-sway-of-beautiful-breasts/ https://javclan.com/e/o7bl28luhjfb https://jav.guru/searcho/?xr=6f37626c32386c75686a6662   embed 2026-08-30 14:02:13 2026-08-30 14:02:13 javguru https://javclan.com/e/o7bl28luhjfb
1462 v_qp7d6 javguru https://jav.guru/785480/mbdd-2079b-uno-mirei-the-gentle-sway-of-beautiful-breasts/ https://turbovidhls.com/t/68ebfd18a1fd3 https://jav.guru/searcho/?ur=36386562666431386131666433   embed 2026-08-30 14:02:13 2026-08-30 14:02:13 javguru https://turbovidhls.com/t/68ebfd18a1fd3
1463 v_qp7d6 javguru https://jav.guru/785480/mbdd-2079b-uno-mirei-the-gentle-sway-of-beautiful-breasts/ https://tracylocalschool.com/e/bperjtgshn2j https://jav.guru/searcho/?tr=627065726a746773686e326a   embed 2026-08-30 14:02:13 2026-08-30 14:02:13 javguru https://tracylocalschool.com/e/bperjtgshn2j
1464 v_qp7d6 javguru https://jav.guru/785480/mbdd-2079b-uno-mirei-the-gentle-sway-of-beautiful-breasts/ https://streamhihi.com/e/kilh93ux8xoo https://jav.guru/searcho/?er=652f6b696c683933757838786f6f   embed 2026-08-30 14:02:13 2026-08-30 14:02:13 javguru https://streamhihi.com/e/kilh93ux8xoo
1465 v_qp7d6 javguru https://jav.guru/785480/mbdd-2079b-uno-mirei-the-gentle-sway-of-beautiful-breasts/ https://vide0.net/e/1bbad2mio169 https://jav.guru/searcho/?hr=3162626164326d696f313639   embed 2026-08-30 14:02:13 2026-08-30 14:02:13 javguru https://vide0.net/e/1bbad2mio169
1466 v_qp7d6 javguru https://jav.guru/785480/mbdd-2079b-uno-mirei-the-gentle-sway-of-beautiful-breasts/ https://maxstream.org/embed-akoombrbb3y0.html https://jav.guru/searcho/?or=656d6265642d616b6f6f6d627262623379302e68746d6c   embed 2026-08-30 14:02:13 2026-08-30 14:02:13 javguru https://maxstream.org/embed-akoombrbb3y0.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 5.276ms