home / media

streams

6 rows where v_uid = "v_0hwt6"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7494 v_0hwt6 javguru https://jav.guru/790791/iene-420-a-rejuvenating-esthetic-treatment-to-recover-from-erectile-dysfunction-and-release-three-times/ https://javclan.com/e/dmlztfaheix1 https://jav.guru/searcho/?xr=646d6c7a7466616865697831   embed 2026-08-30 15:01:19 2026-08-30 15:01:19 javguru https://javclan.com/e/dmlztfaheix1
7495 v_0hwt6 javguru https://jav.guru/790791/iene-420-a-rejuvenating-esthetic-treatment-to-recover-from-erectile-dysfunction-and-release-three-times/ https://turbovidhls.com/t/68f3cf67a72f5 https://jav.guru/searcho/?ur=36386633636636376137326635   embed 2026-08-30 15:01:19 2026-08-30 15:01:19 javguru https://turbovidhls.com/t/68f3cf67a72f5
7496 v_0hwt6 javguru https://jav.guru/790791/iene-420-a-rejuvenating-esthetic-treatment-to-recover-from-erectile-dysfunction-and-release-three-times/ https://tracylocalschool.com/e/b7tg5hrzqsey https://jav.guru/searcho/?tr=623774673568727a71736579   embed 2026-08-30 15:01:19 2026-08-30 15:01:19 javguru https://tracylocalschool.com/e/b7tg5hrzqsey
7497 v_0hwt6 javguru https://jav.guru/790791/iene-420-a-rejuvenating-esthetic-treatment-to-recover-from-erectile-dysfunction-and-release-three-times/ https://streamhihi.com/e/az36bx6fzn8a https://jav.guru/searcho/?er=652f617a3336627836667a6e3861   embed 2026-08-30 15:01:19 2026-08-30 15:01:19 javguru https://streamhihi.com/e/az36bx6fzn8a
7498 v_0hwt6 javguru https://jav.guru/790791/iene-420-a-rejuvenating-esthetic-treatment-to-recover-from-erectile-dysfunction-and-release-three-times/ https://vide0.net/e/5dwq29zspcx3 https://jav.guru/searcho/?hr=3564777132397a7370637833   embed 2026-08-30 15:01:19 2026-08-30 15:01:19 javguru https://vide0.net/e/5dwq29zspcx3
7499 v_0hwt6 javguru https://jav.guru/790791/iene-420-a-rejuvenating-esthetic-treatment-to-recover-from-erectile-dysfunction-and-release-three-times/ https://maxstream.org/embed-64doh3tk3dcw.html https://jav.guru/searcho/?or=656d6265642d3634646f6833746b336463772e68746d6c   embed 2026-08-30 15:01:19 2026-08-30 15:01:19 javguru https://maxstream.org/embed-64doh3tk3dcw.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.949ms