home / media

streams

6 rows where v_uid = "v_2d8ui"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2277 v_2d8ui javguru https://jav.guru/785269/hunta-993-wait-are-those-breasts-my-younger-sisters-growing-breasts-are-fully-visible-from-under-her-top-shes-super-into-me-and-loves-me-a-lot-i-never-thought-much-of-it-before/ https://javclan.com/e/1h6n8l6tk2l5 https://jav.guru/searcho/?xr=3168366e386c36746b326c35   embed 2026-08-30 14:09:25 2026-08-30 14:09:25 javguru https://javclan.com/e/1h6n8l6tk2l5
2278 v_2d8ui javguru https://jav.guru/785269/hunta-993-wait-are-those-breasts-my-younger-sisters-growing-breasts-are-fully-visible-from-under-her-top-shes-super-into-me-and-loves-me-a-lot-i-never-thought-much-of-it-before/ https://turbovidhls.com/t/68eaa40e9197d https://jav.guru/searcho/?ur=36386561613430653931393764   embed 2026-08-30 14:09:25 2026-08-30 14:09:25 javguru https://turbovidhls.com/t/68eaa40e9197d
2279 v_2d8ui javguru https://jav.guru/785269/hunta-993-wait-are-those-breasts-my-younger-sisters-growing-breasts-are-fully-visible-from-under-her-top-shes-super-into-me-and-loves-me-a-lot-i-never-thought-much-of-it-before/ https://tracylocalschool.com/e/pkwsbvlzwbij https://jav.guru/searcho/?tr=706b777362766c7a7762696a   embed 2026-08-30 14:09:25 2026-08-30 14:09:25 javguru https://tracylocalschool.com/e/pkwsbvlzwbij
2280 v_2d8ui javguru https://jav.guru/785269/hunta-993-wait-are-those-breasts-my-younger-sisters-growing-breasts-are-fully-visible-from-under-her-top-shes-super-into-me-and-loves-me-a-lot-i-never-thought-much-of-it-before/ https://streamhihi.com/e/a4ricyz44ar4 https://jav.guru/searcho/?er=652f6134726963797a3434617234   embed 2026-08-30 14:09:25 2026-08-30 14:09:25 javguru https://streamhihi.com/e/a4ricyz44ar4
2281 v_2d8ui javguru https://jav.guru/785269/hunta-993-wait-are-those-breasts-my-younger-sisters-growing-breasts-are-fully-visible-from-under-her-top-shes-super-into-me-and-loves-me-a-lot-i-never-thought-much-of-it-before/ https://vide0.net/e/a1qrdfyyf4hf https://jav.guru/searcho/?hr=613171726466797966346866   embed 2026-08-30 14:09:25 2026-08-30 14:09:25 javguru https://vide0.net/e/a1qrdfyyf4hf
2282 v_2d8ui javguru https://jav.guru/785269/hunta-993-wait-are-those-breasts-my-younger-sisters-growing-breasts-are-fully-visible-from-under-her-top-shes-super-into-me-and-loves-me-a-lot-i-never-thought-much-of-it-before/ https://maxstream.org/embed-6493nnocvm90.html https://jav.guru/searcho/?or=656d6265642d363439336e6e6f63766d39302e68746d6c   embed 2026-08-30 14:09:25 2026-08-30 14:09:25 javguru https://maxstream.org/embed-6493nnocvm90.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.221ms