home / media

streams

6 rows where v_uid = "v_v7r1g"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2008 v_v7r1g javguru https://jav.guru/785239/parathd-4303-i-want-that-penis-a-frustrated-young-wife-is-overwhelmed-by-a-larger-man-than-her-husband-the-electrician-who-came-to-her-house-leading-to-intense-pleasure-and-climax-2/ https://javclan.com/e/1fpnfh3mmdg5 https://jav.guru/searcho/?xr=3166706e6668336d6d646735   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://javclan.com/e/1fpnfh3mmdg5
2009 v_v7r1g javguru https://jav.guru/785239/parathd-4303-i-want-that-penis-a-frustrated-young-wife-is-overwhelmed-by-a-larger-man-than-her-husband-the-electrician-who-came-to-her-house-leading-to-intense-pleasure-and-climax-2/ https://turbovidhls.com/t/68eab0e51575f https://jav.guru/searcho/?ur=36386561623065353135373566   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://turbovidhls.com/t/68eab0e51575f
2010 v_v7r1g javguru https://jav.guru/785239/parathd-4303-i-want-that-penis-a-frustrated-young-wife-is-overwhelmed-by-a-larger-man-than-her-husband-the-electrician-who-came-to-her-house-leading-to-intense-pleasure-and-climax-2/ https://tracylocalschool.com/e/qc05gypnohro https://jav.guru/searcho/?tr=716330356779706e6f68726f   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://tracylocalschool.com/e/qc05gypnohro
2011 v_v7r1g javguru https://jav.guru/785239/parathd-4303-i-want-that-penis-a-frustrated-young-wife-is-overwhelmed-by-a-larger-man-than-her-husband-the-electrician-who-came-to-her-house-leading-to-intense-pleasure-and-climax-2/ https://streamhihi.com/e/8au5ho4logfv https://jav.guru/searcho/?er=652f38617535686f346c6f676676   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://streamhihi.com/e/8au5ho4logfv
2012 v_v7r1g javguru https://jav.guru/785239/parathd-4303-i-want-that-penis-a-frustrated-young-wife-is-overwhelmed-by-a-larger-man-than-her-husband-the-electrician-who-came-to-her-house-leading-to-intense-pleasure-and-climax-2/ https://vide0.net/e/9jr8jpehxyyq https://jav.guru/searcho/?hr=396a72386a70656878797971   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://vide0.net/e/9jr8jpehxyyq
2013 v_v7r1g javguru https://jav.guru/785239/parathd-4303-i-want-that-penis-a-frustrated-young-wife-is-overwhelmed-by-a-larger-man-than-her-husband-the-electrician-who-came-to-her-house-leading-to-intense-pleasure-and-climax-2/ https://maxstream.org/embed-fbdpx1c9mzfe.html https://jav.guru/searcho/?or=656d6265642d66626470783163396d7a66652e68746d6c   embed 2026-08-30 14:07:09 2026-08-30 14:07:09 javguru https://maxstream.org/embed-fbdpx1c9mzfe.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.004ms