home / media

streams

6 rows where v_uid = "v_dc6qd"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2535 v_dc6qd javguru https://jav.guru/784741/t38-046-husband-hunting-no-1-young-wife-rei/ https://javclan.com/e/wtx217io221r https://jav.guru/searcho/?xr=777478323137696f32323172   embed 2026-08-30 14:11:22 2026-08-30 14:11:22 javguru https://javclan.com/e/wtx217io221r
2536 v_dc6qd javguru https://jav.guru/784741/t38-046-husband-hunting-no-1-young-wife-rei/ https://turbovidhls.com/t/68e975b999e15 https://jav.guru/searcho/?ur=36386539373562393939653135   embed 2026-08-30 14:11:22 2026-08-30 14:11:22 javguru https://turbovidhls.com/t/68e975b999e15
2537 v_dc6qd javguru https://jav.guru/784741/t38-046-husband-hunting-no-1-young-wife-rei/ https://tracylocalschool.com/e/r6qaoeg1xlrr https://jav.guru/searcho/?tr=723671616f656731786c7272   embed 2026-08-30 14:11:22 2026-08-30 14:11:22 javguru https://tracylocalschool.com/e/r6qaoeg1xlrr
2538 v_dc6qd javguru https://jav.guru/784741/t38-046-husband-hunting-no-1-young-wife-rei/ https://streamhihi.com/e/pe5f0x3984s8 https://jav.guru/searcho/?er=652f706535663078333938347338   embed 2026-08-30 14:11:22 2026-08-30 14:11:22 javguru https://streamhihi.com/e/pe5f0x3984s8
2539 v_dc6qd javguru https://jav.guru/784741/t38-046-husband-hunting-no-1-young-wife-rei/ https://vide0.net/e/ed3y4vy2aj30 https://jav.guru/searcho/?hr=6564337934767932616a3330   embed 2026-08-30 14:11:22 2026-08-30 14:11:22 javguru https://vide0.net/e/ed3y4vy2aj30
2540 v_dc6qd javguru https://jav.guru/784741/t38-046-husband-hunting-no-1-young-wife-rei/ https://maxstream.org/embed-ras6vgfmz5wy.html https://jav.guru/searcho/?or=656d6265642d726173367667666d7a3577792e68746d6c   embed 2026-08-30 14:11:22 2026-08-30 14:11:22 javguru https://maxstream.org/embed-ras6vgfmz5wy.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 27.891ms