Files
gallery-dl/gallery_dl
Mike Fährmann 6f30cf4c64 change keyword names to valid Python identifiers
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)
2017-09-10 22:20:47 +02:00
..
2017-09-08 17:52:00 +02:00
2017-01-16 02:59:22 +01:00
2017-01-30 19:40:15 +01:00
2017-06-30 15:21:04 +02:00
2017-03-27 14:30:32 +02:00
2017-04-08 11:02:32 +02:00
2017-09-09 14:51:31 +02:00
2017-04-26 11:33:19 +02:00
2017-08-24 20:55:58 +02:00
2017-09-08 17:52:00 +02:00