downloader
Here are 2,033 public repositories matching this topic...
documentation needed
Subject of the issue
Documentation needed
Steps to reproduce
When I need help with the options I just run coursera-dl but this is sometimes insufficient because this shows all the options but it doesn't explain how they work or how they're used, with options like --hooks --video-resolution is not possible to deduce how they must be used.
Would be nice to have a detailed exp
-
Updated
Jun 8, 2020 - Java
~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).
Please also consider using appdirs instead of hardcoding ~/.config/
-
Updated
Jun 7, 2020 - Java
-
Updated
May 3, 2020 - JavaScript
-
Updated
May 18, 2020 - Python
-
Updated
Apr 3, 2020 - JavaScript
The Error class in PRDownloader is not really helping when debugging as it doesn't provide the issue that causes the download to fail.
I'd suggest adding a Throwable parameter to the Error class.
Thanks
-
Updated
Apr 17, 2020 - C#
-
Updated
May 4, 2020 - Kotlin
-
Updated
Jun 8, 2020 - Python
I'm trying to download all stories of the people I follow that have a certain hashtag or mention.
So something of the sort:
instaloader --login=my_username --storyitem-filter=" '#desiredHashtag' in hashtags " :stories
Where '#desiredHashtag' in hashtags is the condition I need to change. However, reading through the documentation I did not come across a way to do this, for the storyitem
-
Updated
Apr 20, 2020 - HTML
Is it possible to add --min-speed option? Downloads stall sometimes when about to reach 100%.
Thanks!
-
Updated
Jan 3, 2020 - Objective-C
-
Updated
Jun 9, 2020 - Python
-
Updated
Feb 25, 2020 - Swift
-
Updated
Jun 9, 2020 - Java
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jun 3, 2020 - Java
-
Updated
Feb 18, 2020 - C#
It would be great to be able to filter out images that already exist in the MD5 database.
Additionally adding the ability to filter out videos/animated images would be really nice.
I'd like a local filter option group on the image search-tab interface with the options for filtering by static/animated and filtering out images that have already been downloaded.
-
Updated
Oct 27, 2019 - Go
Improve this page
Add a description, image, and links to the downloader topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the downloader topic, visit your repo's landing page and select "manage topics."
Before Issue
FileDownloadLog.NEED_LOG=trueand review the Logcat output from main process and:filedownloaderprocess ( pay attention to Warn and Error level logcat)Issue