home / media

streams

4 rows where v_uid = "v_gmdf0"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2877 v_gmdf0 javguru https://jav.guru/384110/mizd-384-i-want-to-be-brought-to-orgasm-with-these-legs-complete-domination-with-slender-and-long-legs-beautiful-women-guiding-to-ejaculation-with-footjob/ https://javclan.com/e/ufjsj6fdnjga https://jav.guru/searcho/?xr=75666a736a3666646e6a6761   embed 2026-08-30 14:14:08 2026-08-30 14:14:08 javguru https://javclan.com/e/ufjsj6fdnjga
2878 v_gmdf0 javguru https://jav.guru/384110/mizd-384-i-want-to-be-brought-to-orgasm-with-these-legs-complete-domination-with-slender-and-long-legs-beautiful-women-guiding-to-ejaculation-with-footjob/ https://oppainet.net/embed/SBlO13lhElWxZdc https://jav.guru/searcho/?gr=53426c4f31336c68456c57785a6463   embed 2026-08-30 14:14:08 2026-08-30 14:14:08 javguru https://oppainet.net/embed/SBlO13lhElWxZdc
2879 v_gmdf0 javguru https://jav.guru/384110/mizd-384-i-want-to-be-brought-to-orgasm-with-these-legs-complete-domination-with-slender-and-long-legs-beautiful-women-guiding-to-ejaculation-with-footjob/ https://vide0.net/e/xpyacsfmv55m https://jav.guru/searcho/?hr=787079616373666d7635356d   embed 2026-08-30 14:14:08 2026-08-30 14:14:08 javguru https://vide0.net/e/xpyacsfmv55m
2880 v_gmdf0 javguru https://jav.guru/384110/mizd-384-i-want-to-be-brought-to-orgasm-with-these-legs-complete-domination-with-slender-and-long-legs-beautiful-women-guiding-to-ejaculation-with-footjob/ https://maxstream.org/embed-u8zzb2ba4qfe.html https://jav.guru/searcho/?or=656d6265642d75387a7a62326261347166652e68746d6c   embed 2026-08-30 14:14:08 2026-08-30 14:14:08 javguru https://maxstream.org/embed-u8zzb2ba4qfe.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.013ms