home / media

streams

6 rows where v_uid = "v_vokqe"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1684 v_vokqe javguru https://jav.guru/785465/nacx-145-forbidden-internal-ejaculation-with-the-widows-mother-in-law-while-the-bride-is-away-volume-2-with-kayama-natsuko-enshiro-hitomi-kashiwagi-maiko-otowa-ayako-and-kubo-kyouko/ https://javclan.com/e/gqmjwua6e7gp https://jav.guru/searcho/?xr=67716d6a7775613665376770   embed 2026-08-30 14:04:24 2026-08-30 14:04:24 javguru https://javclan.com/e/gqmjwua6e7gp
1685 v_vokqe javguru https://jav.guru/785465/nacx-145-forbidden-internal-ejaculation-with-the-widows-mother-in-law-while-the-bride-is-away-volume-2-with-kayama-natsuko-enshiro-hitomi-kashiwagi-maiko-otowa-ayako-and-kubo-kyouko/ https://turbovidhls.com/t/68ec00c620779 https://jav.guru/searcho/?ur=36386563303063363230373739   embed 2026-08-30 14:04:24 2026-08-30 14:04:24 javguru https://turbovidhls.com/t/68ec00c620779
1686 v_vokqe javguru https://jav.guru/785465/nacx-145-forbidden-internal-ejaculation-with-the-widows-mother-in-law-while-the-bride-is-away-volume-2-with-kayama-natsuko-enshiro-hitomi-kashiwagi-maiko-otowa-ayako-and-kubo-kyouko/ https://tracylocalschool.com/e/ntw0mda3ffoa https://jav.guru/searcho/?tr=6e7477306d64613366666f61   embed 2026-08-30 14:04:24 2026-08-30 14:04:24 javguru https://tracylocalschool.com/e/ntw0mda3ffoa
1687 v_vokqe javguru https://jav.guru/785465/nacx-145-forbidden-internal-ejaculation-with-the-widows-mother-in-law-while-the-bride-is-away-volume-2-with-kayama-natsuko-enshiro-hitomi-kashiwagi-maiko-otowa-ayako-and-kubo-kyouko/ https://streamhihi.com/e/5o8uolnkj2ex https://jav.guru/searcho/?er=652f356f38756f6c6e6b6a326578   embed 2026-08-30 14:04:24 2026-08-30 14:04:24 javguru https://streamhihi.com/e/5o8uolnkj2ex
1688 v_vokqe javguru https://jav.guru/785465/nacx-145-forbidden-internal-ejaculation-with-the-widows-mother-in-law-while-the-bride-is-away-volume-2-with-kayama-natsuko-enshiro-hitomi-kashiwagi-maiko-otowa-ayako-and-kubo-kyouko/ https://vide0.net/e/r4z3pqdngnnt https://jav.guru/searcho/?hr=72347a337071646e676e6e74   embed 2026-08-30 14:04:24 2026-08-30 14:04:24 javguru https://vide0.net/e/r4z3pqdngnnt
1689 v_vokqe javguru https://jav.guru/785465/nacx-145-forbidden-internal-ejaculation-with-the-widows-mother-in-law-while-the-bride-is-away-volume-2-with-kayama-natsuko-enshiro-hitomi-kashiwagi-maiko-otowa-ayako-and-kubo-kyouko/ https://maxstream.org/embed-8pzugpshspcj.html https://jav.guru/searcho/?or=656d6265642d38707a75677073687370636a2e68746d6c   embed 2026-08-30 14:04:24 2026-08-30 14:04:24 javguru https://maxstream.org/embed-8pzugpshspcj.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.604ms