home / media

streams

6 rows where v_uid = "v_s9bec"

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
608 v_s9bec javguru https://jav.guru/788376/iene-284-would-you-like-to-do-something-naughty-in-eris-no-bath-apartment-hosaka-eri/ https://javclan.com/e/hltjx1tk48gf https://jav.guru/searcho/?xr=686c746a7831746b34386766   embed 2026-08-30 09:55:25 2026-08-30 09:55:25 javguru https://javclan.com/e/hltjx1tk48gf
609 v_s9bec javguru https://jav.guru/788376/iene-284-would-you-like-to-do-something-naughty-in-eris-no-bath-apartment-hosaka-eri/ https://turbovidhls.com/t/68ee0dd673915 https://jav.guru/searcho/?ur=36386565306464363733393135 https://cdn3.turboviplay.com/data/66bf71a74f7f2/66bf71a74f7f2.m3u8 m3u8 2026-08-30 09:55:25 2026-08-30 09:55:25 javguru https://turbovidhls.com/t/68ee0dd673915
610 v_s9bec javguru https://jav.guru/788376/iene-284-would-you-like-to-do-something-naughty-in-eris-no-bath-apartment-hosaka-eri/ https://tracylocalschool.com/e/4wtledkszxfj https://jav.guru/searcho/?tr=3477746c65646b737a78666a   embed 2026-08-30 09:55:25 2026-08-30 09:55:25 javguru https://tracylocalschool.com/e/4wtledkszxfj
611 v_s9bec javguru https://jav.guru/788376/iene-284-would-you-like-to-do-something-naughty-in-eris-no-bath-apartment-hosaka-eri/ https://streamhihi.com/e/eslnig0i8y5q https://jav.guru/searcho/?er=652f65736c6e6967306938793571   embed 2026-08-30 09:55:25 2026-08-30 09:55:25 javguru https://streamhihi.com/e/eslnig0i8y5q
612 v_s9bec javguru https://jav.guru/788376/iene-284-would-you-like-to-do-something-naughty-in-eris-no-bath-apartment-hosaka-eri/ https://vide0.net/e/zr4sf04slzd5 https://jav.guru/searcho/?hr=7a723473663034736c7a6435   embed 2026-08-30 09:55:25 2026-08-30 09:55:25 javguru https://vide0.net/e/zr4sf04slzd5
613 v_s9bec javguru https://jav.guru/788376/iene-284-would-you-like-to-do-something-naughty-in-eris-no-bath-apartment-hosaka-eri/ https://maxstream.org/embed-hlfivwxdykbj.html https://jav.guru/searcho/?or=656d6265642d686c666976777864796b626a2e68746d6c   embed 2026-08-30 09:55:25 2026-08-30 09:55:25 javguru https://maxstream.org/embed-hlfivwxdykbj.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.644ms