home / media

streams

6 rows where v_uid = "v_18ldp"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7186 v_18ldp javguru https://jav.guru/791281/hdka-325-naked-housekeeper-introduction-of-a-fully-nude-housekeeper-haruna-noa/ https://javclan.com/e/gxk7pe2tlkxx https://jav.guru/searcho/?xr=67786b37706532746c6b7878   embed 2026-08-30 14:58:06 2026-08-30 14:58:06 javguru https://javclan.com/e/gxk7pe2tlkxx
7187 v_18ldp javguru https://jav.guru/791281/hdka-325-naked-housekeeper-introduction-of-a-fully-nude-housekeeper-haruna-noa/ https://turbovidhls.com/t/68f53008490d1 https://jav.guru/searcho/?ur=36386635333030383439306431   embed 2026-08-30 14:58:06 2026-08-30 14:58:06 javguru https://turbovidhls.com/t/68f53008490d1
7188 v_18ldp javguru https://jav.guru/791281/hdka-325-naked-housekeeper-introduction-of-a-fully-nude-housekeeper-haruna-noa/ https://tracylocalschool.com/e/0c3x5krjutsv https://jav.guru/searcho/?tr=30633378356b726a75747376   embed 2026-08-30 14:58:06 2026-08-30 14:58:06 javguru https://tracylocalschool.com/e/0c3x5krjutsv
7189 v_18ldp javguru https://jav.guru/791281/hdka-325-naked-housekeeper-introduction-of-a-fully-nude-housekeeper-haruna-noa/ https://streamhihi.com/e/8d7mejwptzi8 https://jav.guru/searcho/?er=652f3864376d656a7770747a6938   embed 2026-08-30 14:58:06 2026-08-30 14:58:06 javguru https://streamhihi.com/e/8d7mejwptzi8
7190 v_18ldp javguru https://jav.guru/791281/hdka-325-naked-housekeeper-introduction-of-a-fully-nude-housekeeper-haruna-noa/ https://vide0.net/e/ncc06y30c71f https://jav.guru/searcho/?hr=6e6363303679333063373166   embed 2026-08-30 14:58:06 2026-08-30 14:58:06 javguru https://vide0.net/e/ncc06y30c71f
7191 v_18ldp javguru https://jav.guru/791281/hdka-325-naked-housekeeper-introduction-of-a-fully-nude-housekeeper-haruna-noa/ https://maxstream.org/embed-g16w3gacilo9.html https://jav.guru/searcho/?or=656d6265642d6731367733676163696c6f392e68746d6c   embed 2026-08-30 14:58:06 2026-08-30 14:58:06 javguru https://maxstream.org/embed-g16w3gacilo9.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.181ms