Prefer curl impersonation for protected media

This commit is contained in:
Dymas
2026-09-07 21:30:16 +02:00
parent 5f75fef4de
commit baf5298631
6 changed files with 90 additions and 15 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.52.26 - 2026-09-07
- Added curl-impersonate browser wrapper binaries to the Docker image so protected HLS segment requests can use browser-like TLS fingerprints.
- Changed curl media fallback to prefer discovered `curl_chrome*`, `curl_firefox*`, `curl_safari*`, and `curl_edge*` wrappers without overriding their built-in browser headers.
## 0.52.25 - 2026-09-07
- Added a curl-backed media fetch fallback for native HLS segment requests that receive `HTTP 403` from Python's HTTP client.