Commit Graph

7 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
852e7acd31 [twitter] ignore "Promoted Tweets" 2017-08-06 13:43:08 +02:00
Mike Fährmann
c84e975dcb [twitter] fix image extraction 2017-02-09 02:09:23 +01:00
Mike Fährmann
94e10f249a code adjustments according to pep8 nr2 2017-02-01 00:53:19 +01:00
Mike Fährmann
4553a6392f [whentai] add unittests 2017-01-19 23:15:46 +01:00
Mike Fährmann
3a7421a6ce [twitter] get 'original' instead of 'large' image 2016-12-24 01:35:06 +01:00
Mike Fährmann
bf8d88499a [twitter] add extractor 2016-10-06 19:12:07 +02:00