home / media

streams

6 rows where v_uid = "v_bfbcl"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2613 v_bfbcl javguru https://jav.guru/784767/much-195-show-off-your-breasts-busty-older-sister-for-4/ https://javclan.com/e/fpb956cvk2n3 https://jav.guru/searcho/?xr=66706239353663766b326e33   embed 2026-08-30 14:11:58 2026-08-30 14:11:58 javguru https://javclan.com/e/fpb956cvk2n3
2614 v_bfbcl javguru https://jav.guru/784767/much-195-show-off-your-breasts-busty-older-sister-for-4/ https://turbovidhls.com/t/68e969f13be05 https://jav.guru/searcho/?ur=36386539363966313362653035   embed 2026-08-30 14:11:58 2026-08-30 14:11:58 javguru https://turbovidhls.com/t/68e969f13be05
2615 v_bfbcl javguru https://jav.guru/784767/much-195-show-off-your-breasts-busty-older-sister-for-4/ https://tracylocalschool.com/e/hl4ow0isuccl https://jav.guru/searcho/?tr=686c346f773069737563636c   embed 2026-08-30 14:11:58 2026-08-30 14:11:58 javguru https://tracylocalschool.com/e/hl4ow0isuccl
2616 v_bfbcl javguru https://jav.guru/784767/much-195-show-off-your-breasts-busty-older-sister-for-4/ https://streamhihi.com/e/ojt8ve3cf5op https://jav.guru/searcho/?er=652f6f6a74387665336366356f70   embed 2026-08-30 14:11:58 2026-08-30 14:11:58 javguru https://streamhihi.com/e/ojt8ve3cf5op
2617 v_bfbcl javguru https://jav.guru/784767/much-195-show-off-your-breasts-busty-older-sister-for-4/ https://vide0.net/e/n3nan9hflvna https://jav.guru/searcho/?hr=6e336e616e3968666c766e61   embed 2026-08-30 14:11:58 2026-08-30 14:11:58 javguru https://vide0.net/e/n3nan9hflvna
2618 v_bfbcl javguru https://jav.guru/784767/much-195-show-off-your-breasts-busty-older-sister-for-4/ https://maxstream.org/embed-sns1kawk7ux4.html https://jav.guru/searcho/?or=656d6265642d736e73316b61776b377578342e68746d6c   embed 2026-08-30 14:11:58 2026-08-30 14:11:58 javguru https://maxstream.org/embed-sns1kawk7ux4.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.267ms