This website requires JavaScript.
Explore
Help
Register
Sign In
sefree
/
unshackle-SeFree
Watch
1
Star
0
Fork
0
You've already forked unshackle-SeFree
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e9ba78cec30966f8a0abcbacd4ce181ce83ce477
unshackle-SeFree
/
unshackle
/
core
/
downloaders
History
Andy
98ecf6f876
feat: Add download retry count option to download function
2025-09-23 01:32:00 +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
feat: Add download retry count option to download function
2025-09-23 01:32:00 +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