home / media

streams

7 rows where v_uid = "v_h6e0t"

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
848 v_h6e0t javguru https://jav.guru/787699/start-436-first-soap-experience-in-the-fourth-year-unlimited-ejaculation-h-cup-premature-ejaculation-soap-with-a-divine-breast-body-that-will-milk-you-dry-kamiki-rei/ https://javclan.com/e/qfdjim9r7ybr https://jav.guru/searcho/?xr=7166646a696d397237796272   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://javclan.com/e/qfdjim9r7ybr
849 v_h6e0t javguru https://jav.guru/787699/start-436-first-soap-experience-in-the-fourth-year-unlimited-ejaculation-h-cup-premature-ejaculation-soap-with-a-divine-breast-body-that-will-milk-you-dry-kamiki-rei/ https://turbovidhls.com/t/68ed44eb597d0 https://jav.guru/searcho/?ur=36386564343465623539376430 https://cdn3.turboviplay.com/data3/68ed44eb597d0/68ed44eb597d0.m3u8 m3u8 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://turbovidhls.com/t/68ed44eb597d0
850 v_h6e0t javguru https://jav.guru/787699/start-436-first-soap-experience-in-the-fourth-year-unlimited-ejaculation-h-cup-premature-ejaculation-soap-with-a-divine-breast-body-that-will-milk-you-dry-kamiki-rei/ https://oppainet.net/embed/b3p4hdZ2LnjJ5UZ https://jav.guru/searcho/?gr=6233703468645a324c6e6a4a35555a   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://oppainet.net/embed/b3p4hdZ2LnjJ5UZ
851 v_h6e0t javguru https://jav.guru/787699/start-436-first-soap-experience-in-the-fourth-year-unlimited-ejaculation-h-cup-premature-ejaculation-soap-with-a-divine-breast-body-that-will-milk-you-dry-kamiki-rei/ https://tracylocalschool.com/e/tgrxol9jbi24 https://jav.guru/searcho/?tr=746772786f6c396a62693234   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://tracylocalschool.com/e/tgrxol9jbi24
852 v_h6e0t javguru https://jav.guru/787699/start-436-first-soap-experience-in-the-fourth-year-unlimited-ejaculation-h-cup-premature-ejaculation-soap-with-a-divine-breast-body-that-will-milk-you-dry-kamiki-rei/ https://streamhihi.com/e/1w10neo0gti2 https://jav.guru/searcho/?er=652f317731306e656f3067746932   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://streamhihi.com/e/1w10neo0gti2
853 v_h6e0t javguru https://jav.guru/787699/start-436-first-soap-experience-in-the-fourth-year-unlimited-ejaculation-h-cup-premature-ejaculation-soap-with-a-divine-breast-body-that-will-milk-you-dry-kamiki-rei/ https://vide0.net/e/aek1z17eae5f https://jav.guru/searcho/?hr=61656b317a31376561653566   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://vide0.net/e/aek1z17eae5f
854 v_h6e0t javguru https://jav.guru/787699/start-436-first-soap-experience-in-the-fourth-year-unlimited-ejaculation-h-cup-premature-ejaculation-soap-with-a-divine-breast-body-that-will-milk-you-dry-kamiki-rei/ https://maxstream.org/embed-1v0vtsfijvzj.html https://jav.guru/searcho/?or=656d6265642d31763076747366696a767a6a2e68746d6c   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://maxstream.org/embed-1v0vtsfijvzj.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.539ms