home / media

streams

6 rows where v_uid = "v_mtnry"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
185 v_mtnry javguru https://jav.guru/789694/cvdx-624-gripping-connection-mixing-the-gooey-man-juice-a-50-year-old-mothers-finger-masturbation-with-30-people-for-4-hours/ https://javclan.com/e/jtnd6kkxwci3 https://jav.guru/searcho/?xr=6a746e64366b6b7877636933   embed 2026-08-30 09:17:21 2026-08-30 09:17:21 javguru https://javclan.com/e/jtnd6kkxwci3
186 v_mtnry javguru https://jav.guru/789694/cvdx-624-gripping-connection-mixing-the-gooey-man-juice-a-50-year-old-mothers-finger-masturbation-with-30-people-for-4-hours/ https://turbovidhls.com/t/68efe6313ee93 https://jav.guru/searcho/?ur=36386566653633313365653933 https://cdn3.turboviplay.com/data3/68efe6313ee93/68efe6313ee93.m3u8 m3u8 2026-08-30 09:17:21 2026-08-30 09:17:21 javguru https://turbovidhls.com/t/68efe6313ee93
187 v_mtnry javguru https://jav.guru/789694/cvdx-624-gripping-connection-mixing-the-gooey-man-juice-a-50-year-old-mothers-finger-masturbation-with-30-people-for-4-hours/ https://tracylocalschool.com/e/v460vmbgnkfx https://jav.guru/searcho/?tr=76343630766d62676e6b6678   embed 2026-08-30 09:17:21 2026-08-30 09:17:21 javguru https://tracylocalschool.com/e/v460vmbgnkfx
188 v_mtnry javguru https://jav.guru/789694/cvdx-624-gripping-connection-mixing-the-gooey-man-juice-a-50-year-old-mothers-finger-masturbation-with-30-people-for-4-hours/ https://streamhihi.com/e/ig5uhxcupckm https://jav.guru/searcho/?er=652f696735756878637570636b6d   embed 2026-08-30 09:17:21 2026-08-30 09:17:21 javguru https://streamhihi.com/e/ig5uhxcupckm
189 v_mtnry javguru https://jav.guru/789694/cvdx-624-gripping-connection-mixing-the-gooey-man-juice-a-50-year-old-mothers-finger-masturbation-with-30-people-for-4-hours/ https://vide0.net/e/dhpwtdh60nwu https://jav.guru/searcho/?hr=6468707774646836306e7775   embed 2026-08-30 09:17:21 2026-08-30 09:17:21 javguru https://vide0.net/e/dhpwtdh60nwu
190 v_mtnry javguru https://jav.guru/789694/cvdx-624-gripping-connection-mixing-the-gooey-man-juice-a-50-year-old-mothers-finger-masturbation-with-30-people-for-4-hours/ https://maxstream.org/embed-ti80km6nmwo9.html https://jav.guru/searcho/?or=656d6265642d746938306b6d366e6d776f392e68746d6c   embed 2026-08-30 09:17:21 2026-08-30 09:17:21 javguru https://maxstream.org/embed-ti80km6nmwo9.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.355ms