home / media

streams

6 rows where v_uid = "v_ob8wg"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2559 v_ob8wg javguru https://jav.guru/784853/aldn-513-the-surrogate-mother-terashima/ https://javclan.com/e/yfi2j8t9t7po https://jav.guru/searcho/?xr=796669326a3874397437706f   embed 2026-08-30 14:11:33 2026-08-30 14:11:33 javguru https://javclan.com/e/yfi2j8t9t7po
2560 v_ob8wg javguru https://jav.guru/784853/aldn-513-the-surrogate-mother-terashima/ https://turbovidhls.com/t/68e94fad5243d https://jav.guru/searcho/?ur=36386539346661643532343364   embed 2026-08-30 14:11:33 2026-08-30 14:11:33 javguru https://turbovidhls.com/t/68e94fad5243d
2561 v_ob8wg javguru https://jav.guru/784853/aldn-513-the-surrogate-mother-terashima/ https://tracylocalschool.com/e/zo8rm6mb9rrd https://jav.guru/searcho/?tr=7a6f38726d366d6239727264   embed 2026-08-30 14:11:33 2026-08-30 14:11:33 javguru https://tracylocalschool.com/e/zo8rm6mb9rrd
2562 v_ob8wg javguru https://jav.guru/784853/aldn-513-the-surrogate-mother-terashima/ https://streamhihi.com/e/3ru8gxh08e3d https://jav.guru/searcho/?er=652f337275386778683038653364   embed 2026-08-30 14:11:33 2026-08-30 14:11:33 javguru https://streamhihi.com/e/3ru8gxh08e3d
2563 v_ob8wg javguru https://jav.guru/784853/aldn-513-the-surrogate-mother-terashima/ https://vide0.net/e/48ad9bt47b0c https://jav.guru/searcho/?hr=343861643962743437623063   embed 2026-08-30 14:11:33 2026-08-30 14:11:33 javguru https://vide0.net/e/48ad9bt47b0c
2564 v_ob8wg javguru https://jav.guru/784853/aldn-513-the-surrogate-mother-terashima/ https://maxstream.org/embed-62depybtqs12.html https://jav.guru/searcho/?or=656d6265642d3632646570796274717331322e68746d6c   embed 2026-08-30 14:11:33 2026-08-30 14:11:33 javguru https://maxstream.org/embed-62depybtqs12.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.111ms