home / media

streams

6 rows where v_uid = "v_gmef9"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2397 v_gmef9 javguru https://jav.guru/784848/apgh-045-the-plain-girl-with-glasses-was-a-little-devil-who-reached-ecstasy-on-her-secret-account-featuring-natural-pubic-hair-and-a-nipple-enthusiast-kawakami/ https://javclan.com/e/bjysl0s2ba41 https://jav.guru/searcho/?xr=626a79736c30733262613431   embed 2026-08-30 14:10:20 2026-08-30 14:10:20 javguru https://javclan.com/e/bjysl0s2ba41
2398 v_gmef9 javguru https://jav.guru/784848/apgh-045-the-plain-girl-with-glasses-was-a-little-devil-who-reached-ecstasy-on-her-secret-account-featuring-natural-pubic-hair-and-a-nipple-enthusiast-kawakami/ https://turbovidhls.com/t/68e94fd265e4f https://jav.guru/searcho/?ur=36386539346664323635653466   embed 2026-08-30 14:10:20 2026-08-30 14:10:20 javguru https://turbovidhls.com/t/68e94fd265e4f
2399 v_gmef9 javguru https://jav.guru/784848/apgh-045-the-plain-girl-with-glasses-was-a-little-devil-who-reached-ecstasy-on-her-secret-account-featuring-natural-pubic-hair-and-a-nipple-enthusiast-kawakami/ https://tracylocalschool.com/e/znqchuvnttji https://jav.guru/searcho/?tr=7a6e71636875766e74746a69   embed 2026-08-30 14:10:20 2026-08-30 14:10:20 javguru https://tracylocalschool.com/e/znqchuvnttji
2400 v_gmef9 javguru https://jav.guru/784848/apgh-045-the-plain-girl-with-glasses-was-a-little-devil-who-reached-ecstasy-on-her-secret-account-featuring-natural-pubic-hair-and-a-nipple-enthusiast-kawakami/ https://streamhihi.com/e/hlxvc6uck3qg https://jav.guru/searcho/?er=652f686c7876633675636b337167   embed 2026-08-30 14:10:20 2026-08-30 14:10:20 javguru https://streamhihi.com/e/hlxvc6uck3qg
2401 v_gmef9 javguru https://jav.guru/784848/apgh-045-the-plain-girl-with-glasses-was-a-little-devil-who-reached-ecstasy-on-her-secret-account-featuring-natural-pubic-hair-and-a-nipple-enthusiast-kawakami/ https://vide0.net/e/vhv4t99fndp7 https://jav.guru/searcho/?hr=76687634743939666e647037   embed 2026-08-30 14:10:20 2026-08-30 14:10:20 javguru https://vide0.net/e/vhv4t99fndp7
2402 v_gmef9 javguru https://jav.guru/784848/apgh-045-the-plain-girl-with-glasses-was-a-little-devil-who-reached-ecstasy-on-her-secret-account-featuring-natural-pubic-hair-and-a-nipple-enthusiast-kawakami/ https://maxstream.org/embed-d4ju65irxr9d.html https://jav.guru/searcho/?or=656d6265642d64346a7536356972787239642e68746d6c   embed 2026-08-30 14:10:20 2026-08-30 14:10:20 javguru https://maxstream.org/embed-d4ju65irxr9d.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.015ms