home / media

streams

6 rows where v_uid = "v_5apa4"

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
920 v_5apa4 javguru https://jav.guru/787705/sdde-759-brainwashing-drill-fight-organization-round-girl-edition-those-sassy-girls-who-looked-down-on-me-need-some-creampie-sparring/ https://javclan.com/e/uf06qdiktrm8 https://jav.guru/searcho/?xr=756630367164696b74726d38   embed 2026-08-30 09:58:16 2026-08-30 09:58:16 javguru https://javclan.com/e/uf06qdiktrm8
921 v_5apa4 javguru https://jav.guru/787705/sdde-759-brainwashing-drill-fight-organization-round-girl-edition-those-sassy-girls-who-looked-down-on-me-need-some-creampie-sparring/ https://turbovidhls.com/t/68ed44af5edcc https://jav.guru/searcho/?ur=36386564343461663565646363 https://cdn3.turboviplay.com/data/68ed44af5edcc/68ed44af5edcc.m3u8 m3u8 2026-08-30 09:58:16 2026-08-30 09:58:16 javguru https://turbovidhls.com/t/68ed44af5edcc
922 v_5apa4 javguru https://jav.guru/787705/sdde-759-brainwashing-drill-fight-organization-round-girl-edition-those-sassy-girls-who-looked-down-on-me-need-some-creampie-sparring/ https://tracylocalschool.com/e/1fzppzywdapo https://jav.guru/searcho/?tr=31667a70707a79776461706f   embed 2026-08-30 09:58:16 2026-08-30 09:58:16 javguru https://tracylocalschool.com/e/1fzppzywdapo
923 v_5apa4 javguru https://jav.guru/787705/sdde-759-brainwashing-drill-fight-organization-round-girl-edition-those-sassy-girls-who-looked-down-on-me-need-some-creampie-sparring/ https://streamhihi.com/e/aehcpvrodhg5 https://jav.guru/searcho/?er=652f616568637076726f64686735   embed 2026-08-30 09:58:16 2026-08-30 09:58:16 javguru https://streamhihi.com/e/aehcpvrodhg5
924 v_5apa4 javguru https://jav.guru/787705/sdde-759-brainwashing-drill-fight-organization-round-girl-edition-those-sassy-girls-who-looked-down-on-me-need-some-creampie-sparring/ https://vide0.net/e/1hugedjbx2r1 https://jav.guru/searcho/?hr=3168756765646a6278327231   embed 2026-08-30 09:58:16 2026-08-30 09:58:16 javguru https://vide0.net/e/1hugedjbx2r1
925 v_5apa4 javguru https://jav.guru/787705/sdde-759-brainwashing-drill-fight-organization-round-girl-edition-those-sassy-girls-who-looked-down-on-me-need-some-creampie-sparring/ https://maxstream.org/embed-cgzbt1aj2ysx.html https://jav.guru/searcho/?or=656d6265642d63677a627431616a327973782e68746d6c   embed 2026-08-30 09:58:16 2026-08-30 09:58:16 javguru https://maxstream.org/embed-cgzbt1aj2ysx.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.128ms