Commit Graph

15 Commits

Author SHA1 Message Date
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
Mike Fährmann
1dac76fd1c update extractor docstrings 2017-06-28 17:39:07 +02:00
Mike Fährmann
13dc5d72bc update some extractors to use https 2017-04-20 13:32:40 +02:00
Mike Fährmann
94e10f249a code adjustments according to pep8 nr2 2017-02-01 00:53:19 +01:00
Mike Fährmann
8e93633319 [nhentai] fix image urls 2017-01-27 22:43:50 +01:00
Mike Fährmann
a0f56b2c54 update tests 2016-10-21 20:52:19 +02:00
Mike Fährmann
d793e16463 [nhentai] fix subcategory value 2016-10-16 13:40:14 +02:00
Mike Fährmann
56d810c896 update keyword hashes for tests 2016-09-25 17:28:46 +02:00
Mike Fährmann
19c2d4ff6f remove explicit (sub)category keywords 2016-09-25 14:22:07 +02:00
Mike Fährmann
d7e168799d consistent extractor naming scheme + docstrings 2016-09-12 10:34:31 +02:00
Mike Fährmann
93c8f6e777 [nhentai] fix json detection 2016-07-12 12:07:36 +02:00
Mike Fährmann
5a98be1c45 [nhentai] remove 'favorites' keyword 2016-02-18 15:57:03 +01:00
Mike Fährmann
2449532132 add more extractor test-cases 2015-12-13 04:36:44 +01:00
Mike Fährmann
4d56b76aa8 update all other extractors 2015-11-21 04:26:30 +01:00
Mike Fährmann
6ce181bcfe add extractor 'nhentai' 2015-10-28 12:08:27 +01:00