This website requires JavaScript.
Explore
Help
Register
Sign In
unshackle-dl
/
unshackle
Watch
1
Star
0
Fork
0
You've already forked unshackle
forked from
kenzuya/unshackle
Code
Pull Requests
1
Activity
Files
096b7d70f80abc72f1a9d54952cccd5484ea356f
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