home / media

streams

6 rows where v_uid = "v_fllaz"

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
383 v_fllaz javguru https://jav.guru/788329/miae-288-the-confident-esthetician-tempts-with-2cm-insertion-through-fabric-by-pressing-her-private-parts-against-the-tip-that-got-hard-from-the-massage/ https://javclan.com/e/lnrdsw339xrn https://jav.guru/searcho/?xr=6c6e7264737733333978726e   embed 2026-08-30 09:53:38 2026-08-30 09:53:38 javguru https://javclan.com/e/lnrdsw339xrn
384 v_fllaz javguru https://jav.guru/788329/miae-288-the-confident-esthetician-tempts-with-2cm-insertion-through-fabric-by-pressing-her-private-parts-against-the-tip-that-got-hard-from-the-massage/ https://turbovidhls.com/t/68ee15a9dfcc7 https://jav.guru/searcho/?ur=36386565313561396466636337 https://cdn3.turboviplay.com/data3/68ee15a9dfcc7/68ee15a9dfcc7.m3u8 m3u8 2026-08-30 09:53:38 2026-08-30 09:53:38 javguru https://turbovidhls.com/t/68ee15a9dfcc7
385 v_fllaz javguru https://jav.guru/788329/miae-288-the-confident-esthetician-tempts-with-2cm-insertion-through-fabric-by-pressing-her-private-parts-against-the-tip-that-got-hard-from-the-massage/ https://tracylocalschool.com/e/rggw0gemiwnv https://jav.guru/searcho/?tr=726767773067656d69776e76   embed 2026-08-30 09:53:38 2026-08-30 09:53:38 javguru https://tracylocalschool.com/e/rggw0gemiwnv
386 v_fllaz javguru https://jav.guru/788329/miae-288-the-confident-esthetician-tempts-with-2cm-insertion-through-fabric-by-pressing-her-private-parts-against-the-tip-that-got-hard-from-the-massage/ https://streamhihi.com/e/o6eborp2xupk https://jav.guru/searcho/?er=652f6f3665626f7270327875706b   embed 2026-08-30 09:53:38 2026-08-30 09:53:38 javguru https://streamhihi.com/e/o6eborp2xupk
387 v_fllaz javguru https://jav.guru/788329/miae-288-the-confident-esthetician-tempts-with-2cm-insertion-through-fabric-by-pressing-her-private-parts-against-the-tip-that-got-hard-from-the-massage/ https://vide0.net/e/dnip1pmx8vw5 https://jav.guru/searcho/?hr=646e697031706d7838767735   embed 2026-08-30 09:53:38 2026-08-30 09:53:38 javguru https://vide0.net/e/dnip1pmx8vw5
388 v_fllaz javguru https://jav.guru/788329/miae-288-the-confident-esthetician-tempts-with-2cm-insertion-through-fabric-by-pressing-her-private-parts-against-the-tip-that-got-hard-from-the-massage/ https://maxstream.org/embed-zzzlpjwedpwo.html https://jav.guru/searcho/?or=656d6265642d7a7a7a6c706a77656470776f2e68746d6c   embed 2026-08-30 09:53:38 2026-08-30 09:53:38 javguru https://maxstream.org/embed-zzzlpjwedpwo.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.963ms