home / media

streams

6 rows where v_uid = "v_foth6"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2625 v_foth6 javguru https://jav.guru/784808/gvh-787-i-became-a-promiscuous-black-gal-and-returned-to-my-rural-hometown-where-i-was-thoroughly-pleasured-by-a-voluptuous-big-bottomed-woman-until-summer-ended-sena/ https://javclan.com/e/x9wrwwfp4uyq https://jav.guru/searcho/?xr=783977727777667034757971   embed 2026-08-30 14:12:03 2026-08-30 14:12:03 javguru https://javclan.com/e/x9wrwwfp4uyq
2626 v_foth6 javguru https://jav.guru/784808/gvh-787-i-became-a-promiscuous-black-gal-and-returned-to-my-rural-hometown-where-i-was-thoroughly-pleasured-by-a-voluptuous-big-bottomed-woman-until-summer-ended-sena/ https://turbovidhls.com/t/68e95755e96a5 https://jav.guru/searcho/?ur=36386539353735356539366135   embed 2026-08-30 14:12:03 2026-08-30 14:12:03 javguru https://turbovidhls.com/t/68e95755e96a5
2627 v_foth6 javguru https://jav.guru/784808/gvh-787-i-became-a-promiscuous-black-gal-and-returned-to-my-rural-hometown-where-i-was-thoroughly-pleasured-by-a-voluptuous-big-bottomed-woman-until-summer-ended-sena/ https://tracylocalschool.com/e/kssqijkljsjk https://jav.guru/searcho/?tr=6b737371696a6b6c6a736a6b   embed 2026-08-30 14:12:03 2026-08-30 14:12:03 javguru https://tracylocalschool.com/e/kssqijkljsjk
2628 v_foth6 javguru https://jav.guru/784808/gvh-787-i-became-a-promiscuous-black-gal-and-returned-to-my-rural-hometown-where-i-was-thoroughly-pleasured-by-a-voluptuous-big-bottomed-woman-until-summer-ended-sena/ https://streamhihi.com/e/snl19og9qkew https://jav.guru/searcho/?er=652f736e6c31396f6739716b6577   embed 2026-08-30 14:12:03 2026-08-30 14:12:03 javguru https://streamhihi.com/e/snl19og9qkew
2629 v_foth6 javguru https://jav.guru/784808/gvh-787-i-became-a-promiscuous-black-gal-and-returned-to-my-rural-hometown-where-i-was-thoroughly-pleasured-by-a-voluptuous-big-bottomed-woman-until-summer-ended-sena/ https://vide0.net/e/o1zdxo1nlmzr https://jav.guru/searcho/?hr=6f317a64786f316e6c6d7a72   embed 2026-08-30 14:12:03 2026-08-30 14:12:03 javguru https://vide0.net/e/o1zdxo1nlmzr
2630 v_foth6 javguru https://jav.guru/784808/gvh-787-i-became-a-promiscuous-black-gal-and-returned-to-my-rural-hometown-where-i-was-thoroughly-pleasured-by-a-voluptuous-big-bottomed-woman-until-summer-ended-sena/ https://maxstream.org/embed-ff45p3dddgj1.html https://jav.guru/searcho/?or=656d6265642d666634357033646464676a312e68746d6c   embed 2026-08-30 14:12:03 2026-08-30 14:12:03 javguru https://maxstream.org/embed-ff45p3dddgj1.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.688ms