home / media

streams

6 rows where v_uid = "v_aypgg"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1833 v_aypgg javguru https://jav.guru/785431/oyc-301-ill-stop-bullying-your-son-so-let-me-have-sex-until-i-get-bored-the-mother-who-became-a-substitute-endures-daily-creampie-sex-with-the/ https://javclan.com/e/fi63ul067trh https://jav.guru/searcho/?xr=66693633756c303637747268   embed 2026-08-30 14:05:36 2026-08-30 14:05:36 javguru https://javclan.com/e/fi63ul067trh
1834 v_aypgg javguru https://jav.guru/785431/oyc-301-ill-stop-bullying-your-son-so-let-me-have-sex-until-i-get-bored-the-mother-who-became-a-substitute-endures-daily-creampie-sex-with-the/ https://turbovidhls.com/t/68ec0b78e945b https://jav.guru/searcho/?ur=36386563306237386539343562   embed 2026-08-30 14:05:36 2026-08-30 14:05:36 javguru https://turbovidhls.com/t/68ec0b78e945b
1835 v_aypgg javguru https://jav.guru/785431/oyc-301-ill-stop-bullying-your-son-so-let-me-have-sex-until-i-get-bored-the-mother-who-became-a-substitute-endures-daily-creampie-sex-with-the/ https://tracylocalschool.com/e/hboy3hzaqc7s https://jav.guru/searcho/?tr=68626f7933687a6171633773   embed 2026-08-30 14:05:36 2026-08-30 14:05:36 javguru https://tracylocalschool.com/e/hboy3hzaqc7s
1836 v_aypgg javguru https://jav.guru/785431/oyc-301-ill-stop-bullying-your-son-so-let-me-have-sex-until-i-get-bored-the-mother-who-became-a-substitute-endures-daily-creampie-sex-with-the/ https://streamhihi.com/e/61jb8y171hfu https://jav.guru/searcho/?er=652f36316a623879313731686675   embed 2026-08-30 14:05:36 2026-08-30 14:05:36 javguru https://streamhihi.com/e/61jb8y171hfu
1837 v_aypgg javguru https://jav.guru/785431/oyc-301-ill-stop-bullying-your-son-so-let-me-have-sex-until-i-get-bored-the-mother-who-became-a-substitute-endures-daily-creampie-sex-with-the/ https://vide0.net/e/k8hzfmws0ij4 https://jav.guru/searcho/?hr=6b38687a666d777330696a34   embed 2026-08-30 14:05:36 2026-08-30 14:05:36 javguru https://vide0.net/e/k8hzfmws0ij4
1838 v_aypgg javguru https://jav.guru/785431/oyc-301-ill-stop-bullying-your-son-so-let-me-have-sex-until-i-get-bored-the-mother-who-became-a-substitute-endures-daily-creampie-sex-with-the/ https://maxstream.org/embed-o8j3fbbhbluo.html https://jav.guru/searcho/?or=656d6265642d6f386a3366626268626c756f2e68746d6c   embed 2026-08-30 14:05:36 2026-08-30 14:05:36 javguru https://maxstream.org/embed-o8j3fbbhbluo.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.4ms