home / media

streams

6 rows where v_uid = "v_6mhlm"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2098 v_6mhlm javguru https://jav.guru/785247/jufd-106-the-tempting-scent-of-pantyhose-the-naughty-beautiful-legs-of-the-pantyless-dental-assistant-akari-hoshino-akari/ https://javclan.com/e/48rnycgcplcq https://jav.guru/searcho/?xr=3438726e79636763706c6371   embed 2026-08-30 14:07:59 2026-08-30 14:07:59 javguru https://javclan.com/e/48rnycgcplcq
2099 v_6mhlm javguru https://jav.guru/785247/jufd-106-the-tempting-scent-of-pantyhose-the-naughty-beautiful-legs-of-the-pantyless-dental-assistant-akari-hoshino-akari/ https://turbovidhls.com/t/68eaabb693119 https://jav.guru/searcho/?ur=36386561616262363933313139   embed 2026-08-30 14:07:59 2026-08-30 14:07:59 javguru https://turbovidhls.com/t/68eaabb693119
2100 v_6mhlm javguru https://jav.guru/785247/jufd-106-the-tempting-scent-of-pantyhose-the-naughty-beautiful-legs-of-the-pantyless-dental-assistant-akari-hoshino-akari/ https://tracylocalschool.com/e/hwkhjybprhgo https://jav.guru/searcho/?tr=68776b686a7962707268676f   embed 2026-08-30 14:07:59 2026-08-30 14:07:59 javguru https://tracylocalschool.com/e/hwkhjybprhgo
2101 v_6mhlm javguru https://jav.guru/785247/jufd-106-the-tempting-scent-of-pantyhose-the-naughty-beautiful-legs-of-the-pantyless-dental-assistant-akari-hoshino-akari/ https://streamhihi.com/e/g0g9tub8lqlc https://jav.guru/searcho/?er=652f67306739747562386c716c63   embed 2026-08-30 14:07:59 2026-08-30 14:07:59 javguru https://streamhihi.com/e/g0g9tub8lqlc
2102 v_6mhlm javguru https://jav.guru/785247/jufd-106-the-tempting-scent-of-pantyhose-the-naughty-beautiful-legs-of-the-pantyless-dental-assistant-akari-hoshino-akari/ https://vide0.net/e/o7eiq1rddpol https://jav.guru/searcho/?hr=6f3765697131726464706f6c   embed 2026-08-30 14:07:59 2026-08-30 14:07:59 javguru https://vide0.net/e/o7eiq1rddpol
2103 v_6mhlm javguru https://jav.guru/785247/jufd-106-the-tempting-scent-of-pantyhose-the-naughty-beautiful-legs-of-the-pantyless-dental-assistant-akari-hoshino-akari/ https://maxstream.org/embed-1hywasr6pl8l.html https://jav.guru/searcho/?or=656d6265642d3168797761737236706c386c2e68746d6c   embed 2026-08-30 14:07:59 2026-08-30 14:07:59 javguru https://maxstream.org/embed-1hywasr6pl8l.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.444ms