Powerful tool for downloading content posted by creators on patreon.com. Supports content hosted on patreon itself as well as external sites (additional plugins might be required).
MIT License
979
stars
98
forks
source link
File downloads that raise an exception prevent subsequent INFO messages from being printed #91
When downloading files, it seems that the INFO: Downloaded <x>/<y> messages stop getting logged when a download throws an exception. Based on debug messages, it seems that all other downloads are still completed, but without the --verbose flag it appears as if it just gives up part way through the downloads.
When downloading files, it seems that the
INFO: Downloaded <x>/<y>
messages stop getting logged when a download throws an exception. Based on debug messages, it seems that all other downloads are still completed, but without the--verbose
flag it appears as if it just gives up part way through the downloads.