home / media

streams

6 rows where v_uid = "v_r9w9c"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2457 v_r9w9c javguru https://jav.guru/784838/bagr-072-face-to-face-close-up-pov-with-my-sweet-sadistic-girlfriend-nohara-nako-managing-quick-ejaculation-while-we-gaze-at-each/ https://javclan.com/e/uyn25t1u7od0 https://jav.guru/searcho/?xr=75796e3235743175376f6430   embed 2026-08-30 14:10:45 2026-08-30 14:10:45 javguru https://javclan.com/e/uyn25t1u7od0
2458 v_r9w9c javguru https://jav.guru/784838/bagr-072-face-to-face-close-up-pov-with-my-sweet-sadistic-girlfriend-nohara-nako-managing-quick-ejaculation-while-we-gaze-at-each/ https://turbovidhls.com/t/68e950684bca1 https://jav.guru/searcho/?ur=36386539353036383462636131   embed 2026-08-30 14:10:45 2026-08-30 14:10:45 javguru https://turbovidhls.com/t/68e950684bca1
2459 v_r9w9c javguru https://jav.guru/784838/bagr-072-face-to-face-close-up-pov-with-my-sweet-sadistic-girlfriend-nohara-nako-managing-quick-ejaculation-while-we-gaze-at-each/ https://tracylocalschool.com/e/vzhrdcim0ydj https://jav.guru/searcho/?tr=767a68726463696d3079646a   embed 2026-08-30 14:10:45 2026-08-30 14:10:45 javguru https://tracylocalschool.com/e/vzhrdcim0ydj
2460 v_r9w9c javguru https://jav.guru/784838/bagr-072-face-to-face-close-up-pov-with-my-sweet-sadistic-girlfriend-nohara-nako-managing-quick-ejaculation-while-we-gaze-at-each/ https://streamhihi.com/e/lpksno96xibl https://jav.guru/searcho/?er=652f6c706b736e6f39367869626c   embed 2026-08-30 14:10:45 2026-08-30 14:10:45 javguru https://streamhihi.com/e/lpksno96xibl
2461 v_r9w9c javguru https://jav.guru/784838/bagr-072-face-to-face-close-up-pov-with-my-sweet-sadistic-girlfriend-nohara-nako-managing-quick-ejaculation-while-we-gaze-at-each/ https://vide0.net/e/sj75yivzurpz https://jav.guru/searcho/?hr=736a37357969767a7572707a   embed 2026-08-30 14:10:45 2026-08-30 14:10:45 javguru https://vide0.net/e/sj75yivzurpz
2462 v_r9w9c javguru https://jav.guru/784838/bagr-072-face-to-face-close-up-pov-with-my-sweet-sadistic-girlfriend-nohara-nako-managing-quick-ejaculation-while-we-gaze-at-each/ https://maxstream.org/embed-d4ixdhb3i95o.html https://jav.guru/searcho/?or=656d6265642d64346978646862336939356f2e68746d6c   embed 2026-08-30 14:10:45 2026-08-30 14:10:45 javguru https://maxstream.org/embed-d4ixdhb3i95o.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.336ms