home / media

streams

6 rows where v_uid = "v_c8pw6"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2289 v_c8pw6 javguru https://jav.guru/785277/hunta-980-as-a-timid-virgin-i-keep-sucking-my-big-breasted-stepmothers-breasts-and-instead-of-weaning-i-insert-my-penis-and-cum-inside-her-multiple-times-i-have-a-secret-i-can-never-tell/ https://javclan.com/e/fo7090q83j6a https://jav.guru/searcho/?xr=666f373039307138336a3661   embed 2026-08-30 14:09:31 2026-08-30 14:09:31 javguru https://javclan.com/e/fo7090q83j6a
2290 v_c8pw6 javguru https://jav.guru/785277/hunta-980-as-a-timid-virgin-i-keep-sucking-my-big-breasted-stepmothers-breasts-and-instead-of-weaning-i-insert-my-penis-and-cum-inside-her-multiple-times-i-have-a-secret-i-can-never-tell/ https://turbovidhls.com/t/68ea9f7b600be https://jav.guru/searcho/?ur=36386561396637623630306265   embed 2026-08-30 14:09:31 2026-08-30 14:09:31 javguru https://turbovidhls.com/t/68ea9f7b600be
2291 v_c8pw6 javguru https://jav.guru/785277/hunta-980-as-a-timid-virgin-i-keep-sucking-my-big-breasted-stepmothers-breasts-and-instead-of-weaning-i-insert-my-penis-and-cum-inside-her-multiple-times-i-have-a-secret-i-can-never-tell/ https://tracylocalschool.com/e/gsgorrkhxowy https://jav.guru/searcho/?tr=6773676f72726b68786f7779   embed 2026-08-30 14:09:31 2026-08-30 14:09:31 javguru https://tracylocalschool.com/e/gsgorrkhxowy
2292 v_c8pw6 javguru https://jav.guru/785277/hunta-980-as-a-timid-virgin-i-keep-sucking-my-big-breasted-stepmothers-breasts-and-instead-of-weaning-i-insert-my-penis-and-cum-inside-her-multiple-times-i-have-a-secret-i-can-never-tell/ https://streamhihi.com/e/aa6m78zt1tvt https://jav.guru/searcho/?er=652f6161366d37387a7431747674   embed 2026-08-30 14:09:31 2026-08-30 14:09:31 javguru https://streamhihi.com/e/aa6m78zt1tvt
2293 v_c8pw6 javguru https://jav.guru/785277/hunta-980-as-a-timid-virgin-i-keep-sucking-my-big-breasted-stepmothers-breasts-and-instead-of-weaning-i-insert-my-penis-and-cum-inside-her-multiple-times-i-have-a-secret-i-can-never-tell/ https://vide0.net/e/575c0hn4yc0g https://jav.guru/searcho/?hr=3537356330686e3479633067   embed 2026-08-30 14:09:31 2026-08-30 14:09:31 javguru https://vide0.net/e/575c0hn4yc0g
2294 v_c8pw6 javguru https://jav.guru/785277/hunta-980-as-a-timid-virgin-i-keep-sucking-my-big-breasted-stepmothers-breasts-and-instead-of-weaning-i-insert-my-penis-and-cum-inside-her-multiple-times-i-have-a-secret-i-can-never-tell/ https://maxstream.org/embed-giwupd02num8.html https://jav.guru/searcho/?or=656d6265642d67697775706430326e756d382e68746d6c   embed 2026-08-30 14:09:31 2026-08-30 14:09:31 javguru https://maxstream.org/embed-giwupd02num8.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.798ms