home / media

streams

6 rows where v_uid = "v_ammuw"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1564 v_ammuw javguru https://jav.guru/785412/sbvd-0444-sayaka-okada-secret-trip/ https://javclan.com/e/xdkeenokic7r https://jav.guru/searcho/?xr=78646b65656e6f6b69633772   embed 2026-08-30 14:03:16 2026-08-30 14:03:16 javguru https://javclan.com/e/xdkeenokic7r
1565 v_ammuw javguru https://jav.guru/785412/sbvd-0444-sayaka-okada-secret-trip/ https://turbovidhls.com/t/68ec0fe6bfcf5 https://jav.guru/searcho/?ur=36386563306665366266636635   embed 2026-08-30 14:03:16 2026-08-30 14:03:16 javguru https://turbovidhls.com/t/68ec0fe6bfcf5
1566 v_ammuw javguru https://jav.guru/785412/sbvd-0444-sayaka-okada-secret-trip/ https://tracylocalschool.com/e/3yinfsdqgmcp https://jav.guru/searcho/?tr=3379696e66736471676d6370   embed 2026-08-30 14:03:16 2026-08-30 14:03:16 javguru https://tracylocalschool.com/e/3yinfsdqgmcp
1567 v_ammuw javguru https://jav.guru/785412/sbvd-0444-sayaka-okada-secret-trip/ https://streamhihi.com/e/dqss7b3z3z8n https://jav.guru/searcho/?er=652f647173733762337a337a386e   embed 2026-08-30 14:03:16 2026-08-30 14:03:16 javguru https://streamhihi.com/e/dqss7b3z3z8n
1568 v_ammuw javguru https://jav.guru/785412/sbvd-0444-sayaka-okada-secret-trip/ https://vide0.net/e/mmx6s1ya0htn https://jav.guru/searcho/?hr=6d6d7836733179613068746e   embed 2026-08-30 14:03:16 2026-08-30 14:03:16 javguru https://vide0.net/e/mmx6s1ya0htn
1569 v_ammuw javguru https://jav.guru/785412/sbvd-0444-sayaka-okada-secret-trip/ https://maxstream.org/embed-7vkiyzo1nbbe.html https://jav.guru/searcho/?or=656d6265642d37766b69797a6f316e6262652e68746d6c   embed 2026-08-30 14:03:16 2026-08-30 14:03:16 javguru https://maxstream.org/embed-7vkiyzo1nbbe.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.099ms