mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 11:12:40 +01:00
6f30cf4c64
This commit mostly replaces all minus-signs ('-') in keyword names with underscores ('_') to allow them to be used in filter-expressions. For example 'gallery-id' got renamed to 'gallery_id'. (It is theoretically possible to access any variable, regardless of its name, with 'locals()["NAME"]', but that seems a bit too convoluted if just 'NAME' could be enough) |
||
---|---|---|
.. | ||
downloader | ||
extractor | ||
__init__.py | ||
__main__.py | ||
adapter.py | ||
aes.py | ||
cache.py | ||
cloudflare.py | ||
config.py | ||
exception.py | ||
job.py | ||
option.py | ||
output.py | ||
text.py | ||
util.py | ||
version.py |