home / media

streams

6 rows where v_uid = "v_d4yk9"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2069 v_d4yk9 javguru https://jav.guru/785314/awaw-008-after-the-festival-can-i-get-away-with-a-wild-night-of-drinking-at-home-with-girls-in-yukata-like-shiraishi-nagisa-and-satsuki-yura-even-if-their-outfits-get-a-little-too-revealing/ https://javclan.com/e/9u0hubfc2mua https://jav.guru/searcho/?xr=3975306875626663326d7561   embed 2026-08-30 14:07:44 2026-08-30 14:07:44 javguru https://javclan.com/e/9u0hubfc2mua
2070 v_d4yk9 javguru https://jav.guru/785314/awaw-008-after-the-festival-can-i-get-away-with-a-wild-night-of-drinking-at-home-with-girls-in-yukata-like-shiraishi-nagisa-and-satsuki-yura-even-if-their-outfits-get-a-little-too-revealing/ https://turbovidhls.com/t/68eaaf0ec49c2 https://jav.guru/searcho/?ur=36386561616630656334396332   embed 2026-08-30 14:07:44 2026-08-30 14:07:44 javguru https://turbovidhls.com/t/68eaaf0ec49c2
2071 v_d4yk9 javguru https://jav.guru/785314/awaw-008-after-the-festival-can-i-get-away-with-a-wild-night-of-drinking-at-home-with-girls-in-yukata-like-shiraishi-nagisa-and-satsuki-yura-even-if-their-outfits-get-a-little-too-revealing/ https://tracylocalschool.com/e/kbgt3eeu5uuh https://jav.guru/searcho/?tr=6b6267743365657535757568   embed 2026-08-30 14:07:44 2026-08-30 14:07:44 javguru https://tracylocalschool.com/e/kbgt3eeu5uuh
2072 v_d4yk9 javguru https://jav.guru/785314/awaw-008-after-the-festival-can-i-get-away-with-a-wild-night-of-drinking-at-home-with-girls-in-yukata-like-shiraishi-nagisa-and-satsuki-yura-even-if-their-outfits-get-a-little-too-revealing/ https://streamhihi.com/e/dcetiep1f5k2 https://jav.guru/searcho/?er=652f646365746965703166356b32   embed 2026-08-30 14:07:44 2026-08-30 14:07:44 javguru https://streamhihi.com/e/dcetiep1f5k2
2073 v_d4yk9 javguru https://jav.guru/785314/awaw-008-after-the-festival-can-i-get-away-with-a-wild-night-of-drinking-at-home-with-girls-in-yukata-like-shiraishi-nagisa-and-satsuki-yura-even-if-their-outfits-get-a-little-too-revealing/ https://vide0.net/e/55r6rpl0cwhl https://jav.guru/searcho/?hr=3535723672706c306377686c   embed 2026-08-30 14:07:44 2026-08-30 14:07:44 javguru https://vide0.net/e/55r6rpl0cwhl
2074 v_d4yk9 javguru https://jav.guru/785314/awaw-008-after-the-festival-can-i-get-away-with-a-wild-night-of-drinking-at-home-with-girls-in-yukata-like-shiraishi-nagisa-and-satsuki-yura-even-if-their-outfits-get-a-little-too-revealing/ https://maxstream.org/embed-lcmrsahwc3fz.html https://jav.guru/searcho/?or=656d6265642d6c636d72736168776333667a2e68746d6c   embed 2026-08-30 14:07:44 2026-08-30 14:07:44 javguru https://maxstream.org/embed-lcmrsahwc3fz.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.988ms