1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-26 04:32:51 +01:00
gallery-dl/gallery_dl
Mike Fährmann 42e948584d
fix downloader error handling
RequestException being a subclass of OSError caused all exceptions
during file downloads to be ignored/re-raised.
2017-11-07 15:23:07 +01:00
..
downloader fix downloader error handling 2017-11-07 15:23:07 +01:00
extractor use consistent names for URL constants 2017-11-06 20:56:49 +01:00
__init__.py rename '--images' and '--chapters' 2017-09-23 17:31:40 +02:00
__main__.py add a __main__.py file 2017-01-16 02:59:22 +01:00
adapter.py code adjustments according to pep8 2017-01-30 19:40:15 +01:00
aes.py small fix for aes_cbc_decrypt_text 2017-06-30 15:21:04 +02:00
cache.py add 'util.expand_path()' 2017-10-26 00:04:28 +02:00
cloudflare.py update unit tests 2017-04-08 11:02:32 +02:00
config.py add 'util.expand_path()' 2017-10-26 00:04:28 +02:00
exception.py add '--filter' command-line option 2017-09-08 17:52:00 +02:00
job.py re-enable download unit tests 2017-10-25 12:55:36 +02:00
option.py add options to control usage of .part files (#29) 2017-10-24 23:33:44 +02:00
output.py add '-q/--quiet' option 2017-04-26 11:33:19 +02:00
text.py add a simplified version of 'parse_qs' 2017-08-24 20:55:58 +02:00
util.py add option to set alternate location of .part files (#29) 2017-10-26 00:16:48 +02:00
version.py [imgbox] rewrite / fix extraction (closes #47) 2017-11-01 13:01:59 +01:00