home / media

streams

7 rows where v_uid = "v_2qz8q"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2062 v_2qz8q javguru https://jav.guru/785313/dldss-440-my-wifes-best-friend-reverse-ntrs-at-the-night-pool-when-she-took-off-her-clothes-i-got-so-excited-by-her-model-worthy-bikini-that-i-got-a-hard-on-mitsuha-chiharu/ https://javclan.com/e/8n7sy3ilnjyu https://jav.guru/searcho/?xr=386e37737933696c6e6a7975   embed 2026-08-30 14:07:42 2026-08-30 14:07:42 javguru https://javclan.com/e/8n7sy3ilnjyu
2063 v_2qz8q javguru https://jav.guru/785313/dldss-440-my-wifes-best-friend-reverse-ntrs-at-the-night-pool-when-she-took-off-her-clothes-i-got-so-excited-by-her-model-worthy-bikini-that-i-got-a-hard-on-mitsuha-chiharu/ https://turbovidhls.com/t/68eaaf9a47b12 https://jav.guru/searcho/?ur=36386561616639613437623132   embed 2026-08-30 14:07:42 2026-08-30 14:07:42 javguru https://turbovidhls.com/t/68eaaf9a47b12
2064 v_2qz8q javguru https://jav.guru/785313/dldss-440-my-wifes-best-friend-reverse-ntrs-at-the-night-pool-when-she-took-off-her-clothes-i-got-so-excited-by-her-model-worthy-bikini-that-i-got-a-hard-on-mitsuha-chiharu/ https://oppainet.net/embed/4tvZr3qaPHtimke https://jav.guru/searcho/?gr=3474765a72337161504874696d6b65   embed 2026-08-30 14:07:42 2026-08-30 14:07:42 javguru https://oppainet.net/embed/4tvZr3qaPHtimke
2065 v_2qz8q javguru https://jav.guru/785313/dldss-440-my-wifes-best-friend-reverse-ntrs-at-the-night-pool-when-she-took-off-her-clothes-i-got-so-excited-by-her-model-worthy-bikini-that-i-got-a-hard-on-mitsuha-chiharu/ https://tracylocalschool.com/e/9qk6zcophbb0 https://jav.guru/searcho/?tr=39716b367a636f7068626230   embed 2026-08-30 14:07:42 2026-08-30 14:07:42 javguru https://tracylocalschool.com/e/9qk6zcophbb0
2066 v_2qz8q javguru https://jav.guru/785313/dldss-440-my-wifes-best-friend-reverse-ntrs-at-the-night-pool-when-she-took-off-her-clothes-i-got-so-excited-by-her-model-worthy-bikini-that-i-got-a-hard-on-mitsuha-chiharu/ https://streamhihi.com/e/1zocxw5f1s7p https://jav.guru/searcho/?er=652f317a6f637877356631733770   embed 2026-08-30 14:07:42 2026-08-30 14:07:42 javguru https://streamhihi.com/e/1zocxw5f1s7p
2067 v_2qz8q javguru https://jav.guru/785313/dldss-440-my-wifes-best-friend-reverse-ntrs-at-the-night-pool-when-she-took-off-her-clothes-i-got-so-excited-by-her-model-worthy-bikini-that-i-got-a-hard-on-mitsuha-chiharu/ https://vide0.net/e/q30cdiz8uaof https://jav.guru/searcho/?hr=7133306364697a3875616f66   embed 2026-08-30 14:07:42 2026-08-30 14:07:42 javguru https://vide0.net/e/q30cdiz8uaof
2068 v_2qz8q javguru https://jav.guru/785313/dldss-440-my-wifes-best-friend-reverse-ntrs-at-the-night-pool-when-she-took-off-her-clothes-i-got-so-excited-by-her-model-worthy-bikini-that-i-got-a-hard-on-mitsuha-chiharu/ https://maxstream.org/embed-0lfn0qd8pina.html https://jav.guru/searcho/?or=656d6265642d306c666e3071643870696e612e68746d6c   embed 2026-08-30 14:07:42 2026-08-30 14:07:42 javguru https://maxstream.org/embed-0lfn0qd8pina.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.208ms