redlib: default to HLS, Reddit dropped the mp4 fallback

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-08-30 12:44:28 +01:00
parent c140471ada
commit 9b8e0b5242

View file

@ -7,6 +7,11 @@
address = "127.0.0.1";
port = 8087;
# Reddit stopped returning the plain-MP4 fallback_url, so redlib renders
# <video src=""> unless HLS is on — the browser then reports no playable
# source. HLS is the only working path for v.redd.it now.
settings.REDLIB_DEFAULT_USE_HLS = "on";
# nixpkgs pins a Dec 2025 redlib that talks to Reddit over plain rustls.
# Reddit fingerprints TLS and 403s every oauth.reddit.com call from it —
# the token mints fine, then every API request fails. Upstream main