home / media

streams

6 rows where v_uid = "v_c7nvo"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2643 v_c7nvo javguru https://jav.guru/784778/mdtm-867-too-erotic-to-think-straight-best-collection-of-raw-creampies-with-a-submissive-big-breasted-girl-focusing-on-outrageous-sexual-acts-4-hours/ https://javclan.com/e/i8pq6aqwznkq https://jav.guru/searcho/?xr=69387071366171777a6e6b71   embed 2026-08-30 14:12:11 2026-08-30 14:12:11 javguru https://javclan.com/e/i8pq6aqwznkq
2644 v_c7nvo javguru https://jav.guru/784778/mdtm-867-too-erotic-to-think-straight-best-collection-of-raw-creampies-with-a-submissive-big-breasted-girl-focusing-on-outrageous-sexual-acts-4-hours/ https://turbovidhls.com/t/68e964db07398 https://jav.guru/searcho/?ur=36386539363464623037333938   embed 2026-08-30 14:12:11 2026-08-30 14:12:11 javguru https://turbovidhls.com/t/68e964db07398
2645 v_c7nvo javguru https://jav.guru/784778/mdtm-867-too-erotic-to-think-straight-best-collection-of-raw-creampies-with-a-submissive-big-breasted-girl-focusing-on-outrageous-sexual-acts-4-hours/ https://tracylocalschool.com/e/c98jsllbejgm https://jav.guru/searcho/?tr=6339386a736c6c62656a676d   embed 2026-08-30 14:12:11 2026-08-30 14:12:11 javguru https://tracylocalschool.com/e/c98jsllbejgm
2646 v_c7nvo javguru https://jav.guru/784778/mdtm-867-too-erotic-to-think-straight-best-collection-of-raw-creampies-with-a-submissive-big-breasted-girl-focusing-on-outrageous-sexual-acts-4-hours/ https://streamhihi.com/e/ki7olmg7z54s https://jav.guru/searcho/?er=652f6b69376f6c6d67377a353473   embed 2026-08-30 14:12:11 2026-08-30 14:12:11 javguru https://streamhihi.com/e/ki7olmg7z54s
2647 v_c7nvo javguru https://jav.guru/784778/mdtm-867-too-erotic-to-think-straight-best-collection-of-raw-creampies-with-a-submissive-big-breasted-girl-focusing-on-outrageous-sexual-acts-4-hours/ https://vide0.net/e/wmsro16z6hyq https://jav.guru/searcho/?hr=776d73726f31367a36687971   embed 2026-08-30 14:12:11 2026-08-30 14:12:11 javguru https://vide0.net/e/wmsro16z6hyq
2648 v_c7nvo javguru https://jav.guru/784778/mdtm-867-too-erotic-to-think-straight-best-collection-of-raw-creampies-with-a-submissive-big-breasted-girl-focusing-on-outrageous-sexual-acts-4-hours/ https://maxstream.org/embed-3ktfxgkqne2f.html https://jav.guru/searcho/?or=656d6265642d336b746678676b716e6532662e68746d6c   embed 2026-08-30 14:12:11 2026-08-30 14:12:11 javguru https://maxstream.org/embed-3ktfxgkqne2f.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.441ms