home / media

streams

6 rows where v_uid = "v_b539f"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2307 v_b539f javguru https://jav.guru/785258/ienf-332-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-uncensored-continuous-climax-anal-masturbation-24/ https://javclan.com/e/e91ei9ivvkb0 https://jav.guru/searcho/?xr=6539316569396976766b6230   embed 2026-08-30 14:09:39 2026-08-30 14:09:39 javguru https://javclan.com/e/e91ei9ivvkb0
2308 v_b539f javguru https://jav.guru/785258/ienf-332-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-uncensored-continuous-climax-anal-masturbation-24/ https://turbovidhls.com/t/68eaa78324a14 https://jav.guru/searcho/?ur=36386561613738333234613134   embed 2026-08-30 14:09:39 2026-08-30 14:09:39 javguru https://turbovidhls.com/t/68eaa78324a14
2309 v_b539f javguru https://jav.guru/785258/ienf-332-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-uncensored-continuous-climax-anal-masturbation-24/ https://tracylocalschool.com/e/ozoboczbchtv https://jav.guru/searcho/?tr=6f7a6f626f637a6263687476   embed 2026-08-30 14:09:39 2026-08-30 14:09:39 javguru https://tracylocalschool.com/e/ozoboczbchtv
2310 v_b539f javguru https://jav.guru/785258/ienf-332-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-uncensored-continuous-climax-anal-masturbation-24/ https://streamhihi.com/e/95t363r14ltf https://jav.guru/searcho/?er=652f3935743336337231346c7466   embed 2026-08-30 14:09:39 2026-08-30 14:09:39 javguru https://streamhihi.com/e/95t363r14ltf
2311 v_b539f javguru https://jav.guru/785258/ienf-332-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-uncensored-continuous-climax-anal-masturbation-24/ https://vide0.net/e/ma5qfg9r91ws https://jav.guru/searcho/?hr=6d6135716667397239317773   embed 2026-08-30 14:09:39 2026-08-30 14:09:39 javguru https://vide0.net/e/ma5qfg9r91ws
2312 v_b539f javguru https://jav.guru/785258/ienf-332-you-can-clearly-see-the-number-of-wrinkles-in-the-anus-uncensored-continuous-climax-anal-masturbation-24/ https://maxstream.org/embed-08js5vn82sv1.html https://jav.guru/searcho/?or=656d6265642d30386a7335766e38327376312e68746d6c   embed 2026-08-30 14:09:39 2026-08-30 14:09:39 javguru https://maxstream.org/embed-08js5vn82sv1.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.839ms