home / media

streams

6 rows where v_uid = "v_1kk7s"

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
8713 v_1kk7s javguru https://jav.guru/790020/ebwh-261-the-top-j-cup-gal-of-the-school-became-my-after-school-pet-only-submitting-to-me-her-teacher-kiyomiya/ https://javclan.com/e/5m4hc48d6f2t https://jav.guru/searcho/?xr=356d34686334386436663274   embed 2026-08-30 16:38:59 2026-08-30 16:38:59 javguru https://javclan.com/e/5m4hc48d6f2t
8714 v_1kk7s javguru https://jav.guru/790020/ebwh-261-the-top-j-cup-gal-of-the-school-became-my-after-school-pet-only-submitting-to-me-her-teacher-kiyomiya/ https://turbovidhls.com/t/68f129a7aa96a https://jav.guru/searcho/?ur=36386631323961376161393661 https://cdn3.turboviplay.com/data3/68f121490b61d/68f121490b61d.m3u8 m3u8 2026-08-30 16:38:59 2026-08-30 16:38:59 javguru https://turbovidhls.com/t/68f129a7aa96a
8715 v_1kk7s javguru https://jav.guru/790020/ebwh-261-the-top-j-cup-gal-of-the-school-became-my-after-school-pet-only-submitting-to-me-her-teacher-kiyomiya/ https://tracylocalschool.com/e/2a4fyjhluzdg https://jav.guru/searcho/?tr=32613466796a686c757a6467   embed 2026-08-30 16:38:59 2026-08-30 16:38:59 javguru https://tracylocalschool.com/e/2a4fyjhluzdg
8716 v_1kk7s javguru https://jav.guru/790020/ebwh-261-the-top-j-cup-gal-of-the-school-became-my-after-school-pet-only-submitting-to-me-her-teacher-kiyomiya/ https://streamhihi.com/e/vkd9djnkekh9 https://jav.guru/searcho/?er=652f766b6439646a6e6b656b6839   embed 2026-08-30 16:38:59 2026-08-30 16:38:59 javguru https://streamhihi.com/e/vkd9djnkekh9
8717 v_1kk7s javguru https://jav.guru/790020/ebwh-261-the-top-j-cup-gal-of-the-school-became-my-after-school-pet-only-submitting-to-me-her-teacher-kiyomiya/ https://vide0.net/e/akinw6mzq9h9 https://jav.guru/searcho/?hr=616b696e77366d7a71396839   embed 2026-08-30 16:38:59 2026-08-30 16:38:59 javguru https://vide0.net/e/akinw6mzq9h9
8718 v_1kk7s javguru https://jav.guru/790020/ebwh-261-the-top-j-cup-gal-of-the-school-became-my-after-school-pet-only-submitting-to-me-her-teacher-kiyomiya/ https://maxstream.org/embed-vjnyn9b6qlbl.html https://jav.guru/searcho/?or=656d6265642d766a6e796e396236716c626c2e68746d6c   embed 2026-08-30 16:38:59 2026-08-30 16:38:59 javguru https://maxstream.org/embed-vjnyn9b6qlbl.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.902ms