home / media

streams

6 rows where v_uid = "v_vihyn"

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
395 v_vihyn javguru https://jav.guru/788313/mism-116-sm-release-hard-bizarre-bondage-lesbian-expose-everything-ill-give-you-the-ultimate-pleasure-kudo-manami-horai/ https://javclan.com/e/dba7wtyxods6 https://jav.guru/searcho/?xr=64626137777479786f647336   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://javclan.com/e/dba7wtyxods6
396 v_vihyn javguru https://jav.guru/788313/mism-116-sm-release-hard-bizarre-bondage-lesbian-expose-everything-ill-give-you-the-ultimate-pleasure-kudo-manami-horai/ https://turbovidhls.com/t/68ee16fd6cdf4 https://jav.guru/searcho/?ur=36386565313666643663646634 https://cdn3.turboviplay.com/data3/68ee16fd6cdf4/68ee16fd6cdf4.m3u8 m3u8 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://turbovidhls.com/t/68ee16fd6cdf4
397 v_vihyn javguru https://jav.guru/788313/mism-116-sm-release-hard-bizarre-bondage-lesbian-expose-everything-ill-give-you-the-ultimate-pleasure-kudo-manami-horai/ https://tracylocalschool.com/e/bsorraa133ac https://jav.guru/searcho/?tr=62736f727261613133336163   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://tracylocalschool.com/e/bsorraa133ac
398 v_vihyn javguru https://jav.guru/788313/mism-116-sm-release-hard-bizarre-bondage-lesbian-expose-everything-ill-give-you-the-ultimate-pleasure-kudo-manami-horai/ https://streamhihi.com/e/mvgw4635ic2g https://jav.guru/searcho/?er=652f6d7667773436333569633267   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://streamhihi.com/e/mvgw4635ic2g
399 v_vihyn javguru https://jav.guru/788313/mism-116-sm-release-hard-bizarre-bondage-lesbian-expose-everything-ill-give-you-the-ultimate-pleasure-kudo-manami-horai/ https://vide0.net/e/g1x9s7lg6biy https://jav.guru/searcho/?hr=6731783973376c6736626979   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://vide0.net/e/g1x9s7lg6biy
400 v_vihyn javguru https://jav.guru/788313/mism-116-sm-release-hard-bizarre-bondage-lesbian-expose-everything-ill-give-you-the-ultimate-pleasure-kudo-manami-horai/ https://maxstream.org/embed-fqtoypekknla.html https://jav.guru/searcho/?or=656d6265642d6671746f7970656b6b6e6c612e68746d6c   embed 2026-08-30 09:53:44 2026-08-30 09:53:44 javguru https://maxstream.org/embed-fqtoypekknla.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.245ms