21 Commits

Author SHA1 Message Date
Mike Fährmann
a34cebc253
[luscious] jump to first image if cover does not link to it 2018-01-30 22:39:01 +01:00
Mike Fährmann
263741d243
[luscious] update URL pattern (closes #55) 2017-12-14 14:15:01 +01:00
Mike Fährmann
31cd5b1c1d
[luscious] detect high-load responses 2017-09-12 15:46:21 +02:00
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
f98e3e8002
[luscious] fix tag extraction 2017-09-01 16:29:52 +02:00
Mike Fährmann
7e936e9c06
[luscious] simplify and remove dead code 2017-08-08 19:26:13 +02:00
rachmadani haryono
dcd573806e chg: dev: fix error (#32)
* fix: dev: error

* fix: dev: AttributeError when getting artist

* fix: dev: typo on luscious parser
2017-08-04 15:01:10 +02:00
Mike Fährmann
d443822fdb
[luacious] get correct image URLs (fixes #33)
Instead of using thumbnail URLs and modifying them the extractor now
goes through every single image-page and gets its download URL from
there.
2017-08-02 19:58:13 +02:00
Mike Fährmann
841fd50242
move code into util.py 2017-03-28 13:12:44 +02:00
Mike Fährmann
94e10f249a
code adjustments according to pep8 nr2 2017-02-01 00:53:19 +01:00
Mike Fährmann
efaba5f398
[luscious] support new album URLs + small fixes 2017-01-03 15:03:36 +01:00
Mike Fährmann
79ea457e24
[luscious] use new 'html' attribute in API responses 2017-01-03 14:02:52 +01:00
Mike Fährmann
effdf9c3be
[luscious] adapt to API changes 2016-12-13 12:53:59 +01:00
Mike Fährmann
0211ec4114
update some tests 2016-12-08 00:24:23 +01:00
Mike Fährmann
91dff9827f
[luscious] always provide URLs to the original images 2016-11-29 17:17:35 +01:00
Mike Fährmann
37ea66098a
add tests 2016-11-05 13:51:52 +01:00
Mike Fährmann
a0f56b2c54
update tests 2016-10-21 20:52:19 +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
db1738d451
[luscious] add extractor 2016-08-01 15:36:56 +02:00