home / media

streams

6 rows where v_uid = "v_oeitn"

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
263 v_oeitn javguru https://jav.guru/789640/iene-410-i-had-no-connection-with-girls-until-this-age-but-my-rundown-house-next-to-the-park-became-a-hangout-for-girls-skipping-school-and-activities-and-now-i-cant-handle-the-constant-exposure/ https://javclan.com/e/6vokzomhxuro https://jav.guru/searcho/?xr=36766f6b7a6f6d687875726f   embed 2026-08-30 09:52:38 2026-08-30 09:52:38 javguru https://javclan.com/e/6vokzomhxuro
264 v_oeitn javguru https://jav.guru/789640/iene-410-i-had-no-connection-with-girls-until-this-age-but-my-rundown-house-next-to-the-park-became-a-hangout-for-girls-skipping-school-and-activities-and-now-i-cant-handle-the-constant-exposure/ https://turbovidhls.com/t/68ef9c0a0b010 https://jav.guru/searcho/?ur=36386566396330613062303130 https://cdn3.turboviplay.com/data3/68ef9c0a0b010/68ef9c0a0b010.m3u8 m3u8 2026-08-30 09:52:38 2026-08-30 09:52:38 javguru https://turbovidhls.com/t/68ef9c0a0b010
265 v_oeitn javguru https://jav.guru/789640/iene-410-i-had-no-connection-with-girls-until-this-age-but-my-rundown-house-next-to-the-park-became-a-hangout-for-girls-skipping-school-and-activities-and-now-i-cant-handle-the-constant-exposure/ https://tracylocalschool.com/e/kdu5fb1qaaln https://jav.guru/searcho/?tr=6b6475356662317161616c6e   embed 2026-08-30 09:52:38 2026-08-30 09:52:38 javguru https://tracylocalschool.com/e/kdu5fb1qaaln
266 v_oeitn javguru https://jav.guru/789640/iene-410-i-had-no-connection-with-girls-until-this-age-but-my-rundown-house-next-to-the-park-became-a-hangout-for-girls-skipping-school-and-activities-and-now-i-cant-handle-the-constant-exposure/ https://streamhihi.com/e/nulshzodfuv7 https://jav.guru/searcho/?er=652f6e756c73687a6f6466757637   embed 2026-08-30 09:52:38 2026-08-30 09:52:38 javguru https://streamhihi.com/e/nulshzodfuv7
267 v_oeitn javguru https://jav.guru/789640/iene-410-i-had-no-connection-with-girls-until-this-age-but-my-rundown-house-next-to-the-park-became-a-hangout-for-girls-skipping-school-and-activities-and-now-i-cant-handle-the-constant-exposure/ https://vide0.net/e/pncrml4dbg4u https://jav.guru/searcho/?hr=706e63726d6c346462673475   embed 2026-08-30 09:52:38 2026-08-30 09:52:38 javguru https://vide0.net/e/pncrml4dbg4u
268 v_oeitn javguru https://jav.guru/789640/iene-410-i-had-no-connection-with-girls-until-this-age-but-my-rundown-house-next-to-the-park-became-a-hangout-for-girls-skipping-school-and-activities-and-now-i-cant-handle-the-constant-exposure/ https://maxstream.org/embed-rreblbx84l9j.html https://jav.guru/searcho/?or=656d6265642d727265626c627838346c396a2e68746d6c   embed 2026-08-30 09:52:38 2026-08-30 09:52:38 javguru https://maxstream.org/embed-rreblbx84l9j.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.462ms