home / media

streams

6 rows where v_uid = "v_91x72"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2110 v_91x72 javguru https://jav.guru/785306/hunta-810-testing-out-a-new-video-camera-with-my-little-sister-shes-super-into-it-and-doesnt-mind-if-i-film-her-cleavage-or-her-panties-in-fact-shes-actually-excited-about-being/ https://javclan.com/e/m146p7hc3zcq https://jav.guru/searcho/?xr=6d31343670376863337a6371   embed 2026-08-30 14:08:05 2026-08-30 14:08:05 javguru https://javclan.com/e/m146p7hc3zcq
2111 v_91x72 javguru https://jav.guru/785306/hunta-810-testing-out-a-new-video-camera-with-my-little-sister-shes-super-into-it-and-doesnt-mind-if-i-film-her-cleavage-or-her-panties-in-fact-shes-actually-excited-about-being/ https://turbovidhls.com/t/68ea97570cdda https://jav.guru/searcho/?ur=36386561393735373063646461   embed 2026-08-30 14:08:05 2026-08-30 14:08:05 javguru https://turbovidhls.com/t/68ea97570cdda
2112 v_91x72 javguru https://jav.guru/785306/hunta-810-testing-out-a-new-video-camera-with-my-little-sister-shes-super-into-it-and-doesnt-mind-if-i-film-her-cleavage-or-her-panties-in-fact-shes-actually-excited-about-being/ https://tracylocalschool.com/e/iobhwlal12mh https://jav.guru/searcho/?tr=696f6268776c616c31326d68   embed 2026-08-30 14:08:05 2026-08-30 14:08:05 javguru https://tracylocalschool.com/e/iobhwlal12mh
2113 v_91x72 javguru https://jav.guru/785306/hunta-810-testing-out-a-new-video-camera-with-my-little-sister-shes-super-into-it-and-doesnt-mind-if-i-film-her-cleavage-or-her-panties-in-fact-shes-actually-excited-about-being/ https://streamhihi.com/e/36tw8056troi https://jav.guru/searcho/?er=652f333674773830353674726f69   embed 2026-08-30 14:08:05 2026-08-30 14:08:05 javguru https://streamhihi.com/e/36tw8056troi
2114 v_91x72 javguru https://jav.guru/785306/hunta-810-testing-out-a-new-video-camera-with-my-little-sister-shes-super-into-it-and-doesnt-mind-if-i-film-her-cleavage-or-her-panties-in-fact-shes-actually-excited-about-being/ https://vide0.net/e/n66ph8bqz5hc https://jav.guru/searcho/?hr=6e363670683862717a356863   embed 2026-08-30 14:08:05 2026-08-30 14:08:05 javguru https://vide0.net/e/n66ph8bqz5hc
2115 v_91x72 javguru https://jav.guru/785306/hunta-810-testing-out-a-new-video-camera-with-my-little-sister-shes-super-into-it-and-doesnt-mind-if-i-film-her-cleavage-or-her-panties-in-fact-shes-actually-excited-about-being/ https://maxstream.org/embed-4bdwf0tivqj8.html https://jav.guru/searcho/?or=656d6265642d346264776630746976716a382e68746d6c   embed 2026-08-30 14:08:05 2026-08-30 14:08:05 javguru https://maxstream.org/embed-4bdwf0tivqj8.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.41ms