1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 04:02:32 +01:00
gallery-dl/gallery_dl
Mike Fährmann d68bb78f44
use 'True if COND else False' for bool conversions
faster than 'bool(COND)', especially on older Pythons < 3.11
2024-10-14 20:57:47 +02:00
..
downloader
extractor use 'True if COND else False' for bool conversions 2024-10-14 20:57:47 +02:00
postprocessor [pp:ugoira] prevent BadZipFile exceptions (#6285) 2024-10-10 09:20:06 +02:00
__init__.py
__main__.py
actions.py
aes.py
archive.py
cache.py
config.py consistent __exit__() argument names 2024-10-11 16:43:28 +02:00
cookies.py use 'True if COND else False' for bool conversions 2024-10-14 20:57:47 +02:00
exception.py [exception] implement constructing HttpError from response 2024-10-11 19:57:38 +02:00
formatter.py
job.py
oauth.py
option.py
output.py
path.py
text.py [text] implement 'parse_query_list()' 2024-10-01 20:28:30 +02:00
update.py
util.py [cookies] return loaded cookies as list 2024-10-14 14:24:27 +02:00
version.py consistent __exit__() argument names 2024-10-11 16:43:28 +02:00
ytdl.py