home / media

streams

6 rows where v_uid = "v_jh3az"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2415 v_jh3az javguru https://jav.guru/784851/aldn-515-the-reason-i-wont-quit-my-job-honma/ https://javclan.com/e/lk1imhbgj0zn https://jav.guru/searcho/?xr=6c6b31696d6862676a307a6e   embed 2026-08-30 14:10:28 2026-08-30 14:10:28 javguru https://javclan.com/e/lk1imhbgj0zn
2416 v_jh3az javguru https://jav.guru/784851/aldn-515-the-reason-i-wont-quit-my-job-honma/ https://turbovidhls.com/t/68e9501928616 https://jav.guru/searcho/?ur=36386539353031393238363136   embed 2026-08-30 14:10:28 2026-08-30 14:10:28 javguru https://turbovidhls.com/t/68e9501928616
2417 v_jh3az javguru https://jav.guru/784851/aldn-515-the-reason-i-wont-quit-my-job-honma/ https://tracylocalschool.com/e/70dvvd97fjig https://jav.guru/searcho/?tr=3730647676643937666a6967   embed 2026-08-30 14:10:28 2026-08-30 14:10:28 javguru https://tracylocalschool.com/e/70dvvd97fjig
2418 v_jh3az javguru https://jav.guru/784851/aldn-515-the-reason-i-wont-quit-my-job-honma/ https://streamhihi.com/e/k0d7eu93wwhp https://jav.guru/searcho/?er=652f6b3064376575393377776870   embed 2026-08-30 14:10:28 2026-08-30 14:10:28 javguru https://streamhihi.com/e/k0d7eu93wwhp
2419 v_jh3az javguru https://jav.guru/784851/aldn-515-the-reason-i-wont-quit-my-job-honma/ https://vide0.net/e/7gokwt51hu1i https://jav.guru/searcho/?hr=37676f6b7774353168753169   embed 2026-08-30 14:10:28 2026-08-30 14:10:28 javguru https://vide0.net/e/7gokwt51hu1i
2420 v_jh3az javguru https://jav.guru/784851/aldn-515-the-reason-i-wont-quit-my-job-honma/ https://maxstream.org/embed-8ijlo0ygjzxu.html https://jav.guru/searcho/?or=656d6265642d38696a6c6f3079676a7a78752e68746d6c   embed 2026-08-30 14:10:28 2026-08-30 14:10:28 javguru https://maxstream.org/embed-8ijlo0ygjzxu.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.939ms