home / media

streams

6 rows where v_uid = "v_7woqo"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2829 v_7woqo javguru https://jav.guru/784784/madm-209-its-okay-to-come-as-many-times-as-you-want-ill-let-you-do-it-as-much-as-you-like-amateur-mature-wives-perform-a-virgins-first-experience-fully-recording-three-couples-with/ https://javclan.com/e/hjzf096sldlq https://jav.guru/searcho/?xr=686a7a66303936736c646c71   embed 2026-08-30 14:13:41 2026-08-30 14:13:41 javguru https://javclan.com/e/hjzf096sldlq
2830 v_7woqo javguru https://jav.guru/784784/madm-209-its-okay-to-come-as-many-times-as-you-want-ill-let-you-do-it-as-much-as-you-like-amateur-mature-wives-perform-a-virgins-first-experience-fully-recording-three-couples-with/ https://turbovidhls.com/t/68e9613ca6d7b https://jav.guru/searcho/?ur=36386539363133636136643762   embed 2026-08-30 14:13:41 2026-08-30 14:13:41 javguru https://turbovidhls.com/t/68e9613ca6d7b
2831 v_7woqo javguru https://jav.guru/784784/madm-209-its-okay-to-come-as-many-times-as-you-want-ill-let-you-do-it-as-much-as-you-like-amateur-mature-wives-perform-a-virgins-first-experience-fully-recording-three-couples-with/ https://tracylocalschool.com/e/9qwwsnnleu5d https://jav.guru/searcho/?tr=39717777736e6e6c65753564   embed 2026-08-30 14:13:41 2026-08-30 14:13:41 javguru https://tracylocalschool.com/e/9qwwsnnleu5d
2832 v_7woqo javguru https://jav.guru/784784/madm-209-its-okay-to-come-as-many-times-as-you-want-ill-let-you-do-it-as-much-as-you-like-amateur-mature-wives-perform-a-virgins-first-experience-fully-recording-three-couples-with/ https://streamhihi.com/e/366p9sy9l70m https://jav.guru/searcho/?er=652f33363670397379396c37306d   embed 2026-08-30 14:13:41 2026-08-30 14:13:41 javguru https://streamhihi.com/e/366p9sy9l70m
2833 v_7woqo javguru https://jav.guru/784784/madm-209-its-okay-to-come-as-many-times-as-you-want-ill-let-you-do-it-as-much-as-you-like-amateur-mature-wives-perform-a-virgins-first-experience-fully-recording-three-couples-with/ https://vide0.net/e/inz5q8rmxpi6 https://jav.guru/searcho/?hr=696e7a357138726d78706936   embed 2026-08-30 14:13:41 2026-08-30 14:13:41 javguru https://vide0.net/e/inz5q8rmxpi6
2834 v_7woqo javguru https://jav.guru/784784/madm-209-its-okay-to-come-as-many-times-as-you-want-ill-let-you-do-it-as-much-as-you-like-amateur-mature-wives-perform-a-virgins-first-experience-fully-recording-three-couples-with/ https://maxstream.org/embed-yd6zmvha6npm.html https://jav.guru/searcho/?or=656d6265642d7964367a6d766861366e706d2e68746d6c   embed 2026-08-30 14:13:41 2026-08-30 14:13:41 javguru https://maxstream.org/embed-yd6zmvha6npm.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.749ms