This website requires JavaScript.
Explore
Help
Register
Sign In
kenzuya
/
unshackle
Watch
1
Star
0
Fork
2
You've already forked unshackle
mirror of
https://github.com/unshackle-dl/unshackle.git
synced
2026-05-17 14:29:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0c6909be4e8ddcbe744b4c2324097452322cebd5
unshackle
/
unshackle
/
core
/
downloaders
History
Andy
06c96b88a5
fix(download):
🐛
Skip Content-Length validation for compressed responses in curl_impersonate and requests. The fix ensures that when Content-Encoding indicates compression, we skip the validation by setting content_length = 0, allowing the downloads to complete successfully.
2025-07-29 19:13:50 +00:00
..
__init__.py
Initial Commit
2025-07-18 00:46:05 +00:00
aria2c.py
Initial Commit
2025-07-18 00:46:05 +00:00
curl_impersonate.py
fix(download):
🐛
Skip Content-Length validation for compressed responses in curl_impersonate and requests. The fix ensures that when Content-Encoding indicates compression, we skip the validation by setting content_length = 0, allowing the downloads to complete successfully.
2025-07-29 19:13:50 +00:00
n_m3u8dl_re.py
Initial Commit
2025-07-18 00:46:05 +00:00
requests.py
fix(download):
🐛
Skip Content-Length validation for compressed responses in curl_impersonate and requests. The fix ensures that when Content-Encoding indicates compression, we skip the validation by setting content_length = 0, allowing the downloads to complete successfully.
2025-07-29 19:13:50 +00:00