-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download functionality refactor #1329
Conversation
In the future I want to be able to have different download providers (aria2c for example) so I'm trying to decouple progress display a bit. - Removed dl_simple - Refactored dl_progress; Renamed to dl - Added dl_progress function
|
Multiple downloads
|
I tried to record a GIF but it didn't turn out well |
Possible next steps:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 very nice!
@r15ch13 Awesome! What did you use to record the GIF? The program I'm using isn't working well since a recent update. One of those gifs could totally go on the homepage. |
I used ScreenToGif. That programm is awesome ❤️ |
The download output was always rudimentary and I have toyed with the idea of being able to replace the downloader with something like aria2c or axel. Initially I aimed at a general refactor but once I started going I couldn't help but make the download progress a bit nicer