home / media

streams

6 rows where v_uid = "v_g2jyv"

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
584 v_g2jyv javguru https://jav.guru/788370/iene-292-the-unexpected-delinquent-who-helped-me-when-i-was-being-bullied-she-was-just-as-kind-as-the-rumors-said-feeding-stray-cats-and-giving-up-her-seat-for-the-elderly/ https://javclan.com/e/wlwdk0pjcdsb https://jav.guru/searcho/?xr=776c77646b30706a63647362   embed 2026-08-30 09:55:15 2026-08-30 09:55:15 javguru https://javclan.com/e/wlwdk0pjcdsb
585 v_g2jyv javguru https://jav.guru/788370/iene-292-the-unexpected-delinquent-who-helped-me-when-i-was-being-bullied-she-was-just-as-kind-as-the-rumors-said-feeding-stray-cats-and-giving-up-her-seat-for-the-elderly/ https://turbovidhls.com/t/68ee0f2bb97c2 https://jav.guru/searcho/?ur=36386565306632626239376332 https://cdn3.turboviplay.com/data/66c95aec13f3b/66c95aec13f3b.m3u8 m3u8 2026-08-30 09:55:15 2026-08-30 09:55:15 javguru https://turbovidhls.com/t/68ee0f2bb97c2
586 v_g2jyv javguru https://jav.guru/788370/iene-292-the-unexpected-delinquent-who-helped-me-when-i-was-being-bullied-she-was-just-as-kind-as-the-rumors-said-feeding-stray-cats-and-giving-up-her-seat-for-the-elderly/ https://tracylocalschool.com/e/fh3fesqyvd3z https://jav.guru/searcho/?tr=66683366657371797664337a   embed 2026-08-30 09:55:15 2026-08-30 09:55:15 javguru https://tracylocalschool.com/e/fh3fesqyvd3z
587 v_g2jyv javguru https://jav.guru/788370/iene-292-the-unexpected-delinquent-who-helped-me-when-i-was-being-bullied-she-was-just-as-kind-as-the-rumors-said-feeding-stray-cats-and-giving-up-her-seat-for-the-elderly/ https://streamhihi.com/e/9csovqho3lyk https://jav.guru/searcho/?er=652f3963736f7671686f336c796b   embed 2026-08-30 09:55:15 2026-08-30 09:55:15 javguru https://streamhihi.com/e/9csovqho3lyk
588 v_g2jyv javguru https://jav.guru/788370/iene-292-the-unexpected-delinquent-who-helped-me-when-i-was-being-bullied-she-was-just-as-kind-as-the-rumors-said-feeding-stray-cats-and-giving-up-her-seat-for-the-elderly/ https://vide0.net/e/2rf8zj6xa140 https://jav.guru/searcho/?hr=327266387a6a367861313430   embed 2026-08-30 09:55:15 2026-08-30 09:55:15 javguru https://vide0.net/e/2rf8zj6xa140
589 v_g2jyv javguru https://jav.guru/788370/iene-292-the-unexpected-delinquent-who-helped-me-when-i-was-being-bullied-she-was-just-as-kind-as-the-rumors-said-feeding-stray-cats-and-giving-up-her-seat-for-the-elderly/ https://maxstream.org/embed-v0nxn8uuxiqi.html https://jav.guru/searcho/?or=656d6265642d76306e786e387575786971692e68746d6c   embed 2026-08-30 09:55:15 2026-08-30 09:55:15 javguru https://maxstream.org/embed-v0nxn8uuxiqi.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.215ms