You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library requires several improvements, including fixing file overriding issues and ensuring that file deletion removes both the actual file and its entry from the download list. Additionally, it should support M3U8 file downloads and provide a built-in method for setting headers. I implemented headers manually using a Map instead of urls = {}. Furthermore, if a URL lacks an extension, the file type should be determined based on the headers.
I hope these suggestions help refine the library, as it is already among the best and very close to perfection.
I am also a developer so if any help needed for those I can help you.
The text was updated successfully, but these errors were encountered:
This library requires several improvements, including fixing file overriding issues and ensuring that file deletion removes both the actual file and its entry from the download list. Additionally, it should support M3U8 file downloads and provide a built-in method for setting headers. I implemented headers manually using a Map instead of urls = {}. Furthermore, if a URL lacks an extension, the file type should be determined based on the headers.
I hope these suggestions help refine the library, as it is already among the best and very close to perfection.
I am also a developer so if any help needed for those I can help you.
The text was updated successfully, but these errors were encountered: