home / media

streams

6 rows where v_uid = "v_j9jtx"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
131 v_j9jtx javguru https://jav.guru/789618/mbdd-2155b-the-holy-white-book-falling-in-love-with-marina-bonus-footage-included/ https://javclan.com/e/ssez4u35wpbz https://jav.guru/searcho/?xr=7373657a347533357770627a   embed 2026-08-30 09:11:19 2026-08-30 09:11:19 javguru https://javclan.com/e/ssez4u35wpbz
132 v_j9jtx javguru https://jav.guru/789618/mbdd-2155b-the-holy-white-book-falling-in-love-with-marina-bonus-footage-included/ https://turbovidhls.com/t/68efa1e9d56cc https://jav.guru/searcho/?ur=36386566613165396435366363 https://cdn3.turboviplay.com/data3/68efa1e9d56cc/68efa1e9d56cc.m3u8 m3u8 2026-08-30 09:11:19 2026-08-30 09:11:19 javguru https://turbovidhls.com/t/68efa1e9d56cc
133 v_j9jtx javguru https://jav.guru/789618/mbdd-2155b-the-holy-white-book-falling-in-love-with-marina-bonus-footage-included/ https://tracylocalschool.com/e/m6zrerrjcsng https://jav.guru/searcho/?tr=6d367a726572726a63736e67   embed 2026-08-30 09:11:19 2026-08-30 09:11:19 javguru https://tracylocalschool.com/e/m6zrerrjcsng
134 v_j9jtx javguru https://jav.guru/789618/mbdd-2155b-the-holy-white-book-falling-in-love-with-marina-bonus-footage-included/ https://streamhihi.com/e/ar5a9eb0vel1 https://jav.guru/searcho/?er=652f617235613965623076656c31   embed 2026-08-30 09:11:19 2026-08-30 09:11:19 javguru https://streamhihi.com/e/ar5a9eb0vel1
135 v_j9jtx javguru https://jav.guru/789618/mbdd-2155b-the-holy-white-book-falling-in-love-with-marina-bonus-footage-included/ https://vide0.net/e/xt42i0z0ssqx https://jav.guru/searcho/?hr=7874343269307a3073737178   embed 2026-08-30 09:11:19 2026-08-30 09:11:19 javguru https://vide0.net/e/xt42i0z0ssqx
136 v_j9jtx javguru https://jav.guru/789618/mbdd-2155b-the-holy-white-book-falling-in-love-with-marina-bonus-footage-included/ https://maxstream.org/embed-zk05soymrjqs.html https://jav.guru/searcho/?or=656d6265642d7a6b3035736f796d726a71732e68746d6c   embed 2026-08-30 09:11:19 2026-08-30 09:11:19 javguru https://maxstream.org/embed-zk05soymrjqs.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.895ms