1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00
gallery-dl/gallery_dl
Mike Fährmann 4736912d4e
[pixiv] work around strptime limitations in Python < 3.7
"%z" doesn't allow a colon separator in older Python versions:
    - "+0900" is OK
    - "+09:00" raises an exception
2019-05-08 18:08:03 +02:00
..
downloader restrict downloader and postprocessor module imports 2019-04-16 18:09:30 +02:00
extractor [pixiv] work around strptime limitations in Python < 3.7 2019-05-08 18:08:03 +02:00
postprocessor restrict downloader and postprocessor module imports 2019-04-16 18:09:30 +02:00
__init__.py implement '--clear-cache' 2019-04-25 21:31:01 +02:00
__main__.py add a __main__.py file 2017-01-16 02:59:22 +01:00
aes.py update links to youtube-dl 2019-03-13 22:03:02 +01:00
cache.py implement '--clear-cache' 2019-04-25 21:31:01 +02:00
cloudflare.py rewrite invalid cloudflare redirect locations 2019-04-27 16:22:42 +02:00
config.py remove unused default config path 2019-03-04 20:53:58 +01:00
exception.py update exception hierarchy 2018-09-05 18:15:33 +02:00
job.py move TestJob into test module; test _extractor values 2019-02-17 18:18:31 +01:00
oauth.py use extractor.request for API calls (#130) 2018-12-04 21:29:06 +01:00
option.py implement '--clear-cache' 2019-04-25 21:31:01 +02:00
output.py provide "extractor" and "job" keys for logging output 2019-02-14 11:09:58 +01:00
text.py implement text.parse_datetime() 2019-05-08 15:43:59 +02:00
util.py fix 'CONVERSIONS' variable name 2019-03-05 22:50:56 +01:00
version.py [deviantart] fix GIF downloads (#242) 2019-05-08 15:43:43 +02:00