devine/devine
rlaphoenix bdc1203514 Only verify download size in requests downloader if possible
Some Servers may not response with the Content-Length header, even if it's from segmented media. I.e., if it's a subtitle URL. The requests downloader required the header to be present as it downloads each URL, which is not possible.

Now it tries to get it if possible, and verifies the download size with the Content-Length value if it could be obtained.
2023-05-16 20:49:43 +01:00
..
commands Add ability to choose downloader via config 2023-05-12 06:42:33 +01:00
core Only verify download size in requests downloader if possible 2023-05-16 20:49:43 +01:00
vaults Drop support for Python 3.8 2023-02-22 03:43:22 +00:00
__main__.py Initial commit 2023-02-06 02:41:29 +00:00