home / media

streams

6 rows where v_uid = "v_ui2l3"

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
800 v_ui2l3 javguru https://jav.guru/1025892/dsam-006-creampie-orgy-with-two-super-cute-college-besties-impregnation-cum-party-monami-suzu-kanon-urara/ https://javclan.com/e/mtpry0ybv22v https://jav.guru/searcho/?xr=6d7470727930796276323276   embed 2026-08-30 09:57:04 2026-08-30 09:57:04 javguru https://javclan.com/e/mtpry0ybv22v
801 v_ui2l3 javguru https://jav.guru/1025892/dsam-006-creampie-orgy-with-two-super-cute-college-besties-impregnation-cum-party-monami-suzu-kanon-urara/ https://turbovidhls.com/t/6a6cf42b68d79 https://jav.guru/searcho/?ur=36613663663432623638643739 https://cdn3.turboviplay.com/data3/6a6c39d77eb53/6a6c39d77eb53.m3u8 m3u8 2026-08-30 09:57:04 2026-08-30 09:57:04 javguru https://turbovidhls.com/t/6a6cf42b68d79
802 v_ui2l3 javguru https://jav.guru/1025892/dsam-006-creampie-orgy-with-two-super-cute-college-besties-impregnation-cum-party-monami-suzu-kanon-urara/ https://tracylocalschool.com/e/sgn1owi7biqs https://jav.guru/searcho/?tr=73676e316f77693762697173   embed 2026-08-30 09:57:04 2026-08-30 09:57:04 javguru https://tracylocalschool.com/e/sgn1owi7biqs
803 v_ui2l3 javguru https://jav.guru/1025892/dsam-006-creampie-orgy-with-two-super-cute-college-besties-impregnation-cum-party-monami-suzu-kanon-urara/ https://vidara.to/e/I0hMGe0G4G8ws https://jav.guru/searcho/?cr=4930684d476530473447387773   embed 2026-08-30 09:57:04 2026-08-30 09:57:04 javguru https://vidara.to/e/I0hMGe0G4G8ws
804 v_ui2l3 javguru https://jav.guru/1025892/dsam-006-creampie-orgy-with-two-super-cute-college-besties-impregnation-cum-party-monami-suzu-kanon-urara/ https://vide0.net/e/6bs748qrseuf https://jav.guru/searcho/?hr=366273373438717273657566   embed 2026-08-30 09:57:04 2026-08-30 09:57:04 javguru https://vide0.net/e/6bs748qrseuf
805 v_ui2l3 javguru https://jav.guru/1025892/dsam-006-creampie-orgy-with-two-super-cute-college-besties-impregnation-cum-party-monami-suzu-kanon-urara/ https://maxstream.org/embed-uic73aok2ob4.html https://jav.guru/searcho/?or=656d6265642d7569633733616f6b326f62342e68746d6c   embed 2026-08-30 09:57:04 2026-08-30 09:57:04 javguru https://maxstream.org/embed-uic73aok2ob4.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.6ms