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
c45770331a
use 'str.partition()'
...
The (r)partition method is always faster then split() or any other
method that has been replaced in this commit.
2017-08-21 18:29:50 +02:00
Mike Fährmann
c184e47ee3
put common directory- and filename formats in base classes
2017-05-30 12:10:16 +02:00
Mike Fährmann
94e10f249a
code adjustments according to pep8 nr2
2017-02-01 00:53:19 +01:00
Mike Fährmann
a849d8f2f7
add a few more tests
2016-12-31 00:51:06 +01:00
Mike Fährmann
4f51d72d22
[imgbox] handle non-existing images/galleries
2016-11-07 08:39:03 +01:00
Mike Fährmann
ffc3c2d32c
[imgbox] transition to https
2016-10-12 15:21:38 +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
a9be82ecc2
[imgbox] small fixes + tests
2016-09-13 08:00:08 +02:00
Mike Fährmann
d7e168799d
consistent extractor naming scheme + docstrings
2016-09-12 10:34:31 +02:00
Mike Fährmann
3ebd126b35
[imgbox] add single image extractor
2015-12-05 19:30:27 +01:00
Mike Fährmann
4d56b76aa8
update all other extractors
2015-11-21 04:26:30 +01:00
Mike Fährmann
e3e754eed7
[imgbox] use text.extract_all
2015-11-03 00:19:04 +01:00
Mike Fährmann
3c13548f29
rewrite extractors to use config-module
2015-10-05 15:51:08 +02:00
Mike Fährmann
42b8e81a68
rewrite extractors to use text-module
2015-10-03 15:43:02 +02:00
Mike Fährmann
593a29b677
[imgbox] update to new extractor interface
2015-04-11 16:12:28 +02:00
Mike Fährmann
ff53b7f6fa
added extractor 'imgbox'
2014-11-20 20:08:55 +01:00