home / media

streams

6 rows where v_uid = "v_14h2s"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7866 v_14h2s javguru https://jav.guru/1044245/dvrt-078-the-plump-big-titted-house-cleaning-lady-helped-with-ejaculation-as-an-additional-service-reika-takeda/ https://javclan.com/e/xckdmprvx4bg https://jav.guru/searcho/?xr=78636b646d70727678346267   embed 2026-08-30 15:08:06 2026-08-30 15:08:06 javguru https://javclan.com/e/xckdmprvx4bg
7867 v_14h2s javguru https://jav.guru/1044245/dvrt-078-the-plump-big-titted-house-cleaning-lady-helped-with-ejaculation-as-an-additional-service-reika-takeda/ https://turbovidhls.com/t/6a9206509a724 https://jav.guru/searcho/?ur=36613932303635303961373234   embed 2026-08-30 15:08:06 2026-08-30 15:08:06 javguru https://turbovidhls.com/t/6a9206509a724
7868 v_14h2s javguru https://jav.guru/1044245/dvrt-078-the-plump-big-titted-house-cleaning-lady-helped-with-ejaculation-as-an-additional-service-reika-takeda/ https://tracylocalschool.com/e/4r8h4ieqyob0 https://jav.guru/searcho/?tr=3472386834696571796f6230   embed 2026-08-30 15:08:06 2026-08-30 15:08:06 javguru https://tracylocalschool.com/e/4r8h4ieqyob0
7869 v_14h2s javguru https://jav.guru/1044245/dvrt-078-the-plump-big-titted-house-cleaning-lady-helped-with-ejaculation-as-an-additional-service-reika-takeda/ https://vidara.to/e/Wx6HQ83icwsmt https://jav.guru/searcho/?cr=57783648513833696377736d74   embed 2026-08-30 15:08:06 2026-08-30 15:08:06 javguru https://vidara.to/e/Wx6HQ83icwsmt
7870 v_14h2s javguru https://jav.guru/1044245/dvrt-078-the-plump-big-titted-house-cleaning-lady-helped-with-ejaculation-as-an-additional-service-reika-takeda/ https://vide0.net/e/d78ccojryuyq https://jav.guru/searcho/?hr=64373863636f6a7279757971   embed 2026-08-30 15:08:06 2026-08-30 15:08:06 javguru https://vide0.net/e/d78ccojryuyq
7871 v_14h2s javguru https://jav.guru/1044245/dvrt-078-the-plump-big-titted-house-cleaning-lady-helped-with-ejaculation-as-an-additional-service-reika-takeda/ https://maxstream.org/embed-wgpvp9e12gb4.html https://jav.guru/searcho/?or=656d6265642d7767707670396531326762342e68746d6c   embed 2026-08-30 15:08:06 2026-08-30 15:08:06 javguru https://maxstream.org/embed-wgpvp9e12gb4.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 2.906ms