home / media

streams

6 rows where v_uid = "v_g04w3"

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
305 v_g04w3 javguru https://jav.guru/788325/miae-313-the-incredible-range-of-hip-movement-in-long-slide-riding-position-with-ayuha-ami/ https://javclan.com/e/s0xobgc7g5te https://jav.guru/searcho/?xr=7330786f6267633767357465   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://javclan.com/e/s0xobgc7g5te
306 v_g04w3 javguru https://jav.guru/788325/miae-313-the-incredible-range-of-hip-movement-in-long-slide-riding-position-with-ayuha-ami/ https://turbovidhls.com/t/68ee14adccb25 https://jav.guru/searcho/?ur=36386565313461646363623235 https://cdn3.turboviplay.com/data3/68ee14adccb25/68ee14adccb25.m3u8 m3u8 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://turbovidhls.com/t/68ee14adccb25
307 v_g04w3 javguru https://jav.guru/788325/miae-313-the-incredible-range-of-hip-movement-in-long-slide-riding-position-with-ayuha-ami/ https://tracylocalschool.com/e/vmkszacvpfx0 https://jav.guru/searcho/?tr=766d6b737a61637670667830   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://tracylocalschool.com/e/vmkszacvpfx0
308 v_g04w3 javguru https://jav.guru/788325/miae-313-the-incredible-range-of-hip-movement-in-long-slide-riding-position-with-ayuha-ami/ https://streamhihi.com/e/wdf5kt3o85b9 https://jav.guru/searcho/?er=652f776466356b74336f38356239   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://streamhihi.com/e/wdf5kt3o85b9
309 v_g04w3 javguru https://jav.guru/788325/miae-313-the-incredible-range-of-hip-movement-in-long-slide-riding-position-with-ayuha-ami/ https://vide0.net/e/r462julk4f95 https://jav.guru/searcho/?hr=723436326a756c6b34663935   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://vide0.net/e/r462julk4f95
310 v_g04w3 javguru https://jav.guru/788325/miae-313-the-incredible-range-of-hip-movement-in-long-slide-riding-position-with-ayuha-ami/ https://maxstream.org/embed-411l3gz832t1.html https://jav.guru/searcho/?or=656d6265642d3431316c33677a38333274312e68746d6c   embed 2026-08-30 09:53:01 2026-08-30 09:53:01 javguru https://maxstream.org/embed-411l3gz832t1.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.149ms