home / media

streams

6 rows where v_uid = "v_5fv2c"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2673 v_5fv2c javguru https://jav.guru/784815/flav-405-the-seductive-service-of-a-lewd-maid-a-horny-masochistic-bitch-the-exclusive-j-cup-big-breasted-idol-mizuhara/ https://javclan.com/e/ecrf7ys2bum2 https://jav.guru/searcho/?xr=656372663779733262756d32   embed 2026-08-30 14:12:24 2026-08-30 14:12:24 javguru https://javclan.com/e/ecrf7ys2bum2
2674 v_5fv2c javguru https://jav.guru/784815/flav-405-the-seductive-service-of-a-lewd-maid-a-horny-masochistic-bitch-the-exclusive-j-cup-big-breasted-idol-mizuhara/ https://turbovidhls.com/t/68e955a14fdef https://jav.guru/searcho/?ur=36386539353561313466646566   embed 2026-08-30 14:12:24 2026-08-30 14:12:24 javguru https://turbovidhls.com/t/68e955a14fdef
2675 v_5fv2c javguru https://jav.guru/784815/flav-405-the-seductive-service-of-a-lewd-maid-a-horny-masochistic-bitch-the-exclusive-j-cup-big-breasted-idol-mizuhara/ https://tracylocalschool.com/e/frkkfk4wngcp https://jav.guru/searcho/?tr=66726b6b666b34776e676370   embed 2026-08-30 14:12:24 2026-08-30 14:12:24 javguru https://tracylocalschool.com/e/frkkfk4wngcp
2676 v_5fv2c javguru https://jav.guru/784815/flav-405-the-seductive-service-of-a-lewd-maid-a-horny-masochistic-bitch-the-exclusive-j-cup-big-breasted-idol-mizuhara/ https://streamhihi.com/e/a4848j1s3cr9 https://jav.guru/searcho/?er=652f61343834386a317333637239   embed 2026-08-30 14:12:24 2026-08-30 14:12:24 javguru https://streamhihi.com/e/a4848j1s3cr9
2677 v_5fv2c javguru https://jav.guru/784815/flav-405-the-seductive-service-of-a-lewd-maid-a-horny-masochistic-bitch-the-exclusive-j-cup-big-breasted-idol-mizuhara/ https://vide0.net/e/m3xtf0866si7 https://jav.guru/searcho/?hr=6d3378746630383636736937   embed 2026-08-30 14:12:24 2026-08-30 14:12:24 javguru https://vide0.net/e/m3xtf0866si7
2678 v_5fv2c javguru https://jav.guru/784815/flav-405-the-seductive-service-of-a-lewd-maid-a-horny-masochistic-bitch-the-exclusive-j-cup-big-breasted-idol-mizuhara/ https://maxstream.org/embed-b9rucf71p7av.html https://jav.guru/searcho/?or=656d6265642d6239727563663731703761762e68746d6c   embed 2026-08-30 14:12:24 2026-08-30 14:12:24 javguru https://maxstream.org/embed-b9rucf71p7av.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.257ms