Commit Graph

501 Commits

Author SHA1 Message Date
Mike Fährmann
72d3ca0bf9 [deviantart] use API for user-extractor 2017-01-12 21:08:49 +01:00
Mike Fährmann
989820d719 workaround for python 3.6s behaviour with BEGIN EXCLUSIVE in sqlite 2017-01-11 00:34:32 +01:00
Mike Fährmann
8780abcc77 fix a small spelling error 2017-01-10 14:24:58 +01:00
Mike Fährmann
00074a71d7 several changes to make travis build work
- fixed html.unescape not being available on Python3.3
- removed inconsistent test result
- added username/password pairs for authenticating extractors
2017-01-10 13:41:00 +01:00
Mike Fährmann
cfe5bf732a [gomanga] add chapter extractor 2017-01-10 00:05:08 +01:00
Mike Fährmann
911d2f080b create .travis.yml and requirements.txt files 2017-01-09 12:29:04 +01:00
Mike Fährmann
a1fb46d984 make extractor unittest discoverable 2017-01-09 12:27:20 +01:00
Mike Fährmann
4a8d74973c adjust login methods to a specific style 2017-01-08 17:33:25 +01:00
Mike Fährmann
98d6d131a3 update unittests for batoto and yonkouprod 2017-01-08 17:30:44 +01:00
Mike Fährmann
041c70a3e1 bump version to 0.6.2 2017-01-05 01:15:11 +01:00
Mike Fährmann
468c9aeeec make tests more reliable 2017-01-05 00:29:05 +01:00
Mike Fährmann
33c799b2ae [yonkouprod] rename 'yonkou' to 'yonkouprod' 2017-01-05 00:26:41 +01:00
Mike Fährmann
95986ed566 [seiga] add user extractor 2017-01-04 14:21:36 +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
a8d716c043 [pinterest] tests + fix error message 2017-01-03 12:12:36 +01:00
Mike Fährmann
a849d8f2f7 add a few more tests 2016-12-31 00:51:06 +01:00
Mike Fährmann
7952b8d18d add a few tests expecting exceptions 2016-12-30 01:46:42 +01:00
Mike Fährmann
2c9bc50c23 support expecting exceptions in tests 2016-12-30 01:41:17 +01:00
Mike Fährmann
efdc299547 [hentaifoundry] get artist name from webpage 2016-12-29 17:38:22 +01:00
Mike Fährmann
1aeb60d997 [jaiminisbox] add extractor 2016-12-29 16:41:08 +01:00
Mike Fährmann
8b2024a1a5 [hentaifoundry] support direct links to images 2016-12-27 15:24:42 +01:00
Mike Fährmann
8c08b4dac1 update description 2016-12-26 01:24:06 +01:00
Mike Fährmann
c604a65b88 [imgyt] use token as filename if none is given 2016-12-25 00:53:32 +01:00
Mike Fährmann
3a7421a6ce [twitter] get 'original' instead of 'large' image 2016-12-24 01:35:06 +01:00
Mike Fährmann
cb180507ab [batoto] add manga extractor 2016-12-23 00:33:51 +01:00
Mike Fährmann
ff2a65d5c1 [exhentai] raise proper exception for 'unavailable' galleries 2016-12-22 12:42:41 +01:00
Mike Fährmann
f69209871d [kisscomic] change some names from 'manga' to 'comic' 2016-12-22 12:40:49 +01:00
Mike Fährmann
d623b9bfdc [readcomics] code cleanup + tests 2016-12-21 00:24:18 +01:00
Mike Fährmann
c19241e299 [readcomics] add comic extractor 2016-12-21 00:08:31 +01:00
Mike Fährmann
179d62023c [readcomics] add comic-issue extractor 2016-12-20 16:30:25 +01:00
Mike Fährmann
d12a04af3c [test] filter out classes without a 'test' attribute 2016-12-17 13:23:29 +01:00
Mike Fährmann
40dbea7ed2 rewrite parts of the cloudflare bypass system 2016-12-16 13:28:36 +01:00
Mike Fährmann
3c4155c9c9 [kisscomic] add extractors 2016-12-15 16:17:07 +01:00
Mike Fährmann
06c798d18e [yonkou] add chapter extracter 2016-12-14 15:34:30 +01:00
Mike Fährmann
effdf9c3be [luscious] adapt to API changes 2016-12-13 12:53:59 +01:00
Mike Fährmann
4c55275305 update tests 2016-12-12 14:17:15 +01:00
Mike Fährmann
69cde97c93 add utility extractor that runs test-URLs 2016-12-10 00:01:00 +01:00
Mike Fährmann
4e75e923cd sanatize extractor test output 2016-12-09 01:15:40 +01:00
Mike Fährmann
d1f90bb424 add method to re-create existing test-data 2016-12-09 00:25:52 +01:00
Mike Fährmann
b0e8daf415 [imgclick] remove extractor - uses captcha 2016-12-08 16:51:25 +01:00
Mike Fährmann
0211ec4114 update some tests 2016-12-08 00:24:23 +01:00
Mike Fährmann
dfd1992a2c [hentaifoundry] small updates
- throw an exception if an user or image does not exist
- update tests, since the user of the old ones left
2016-12-07 09:10:18 +01:00
Mike Fährmann
2fae0b1803 [fapat] add extractor 2016-12-07 08:45:52 +01:00
Mike Fährmann
583f1b8bbb [postimg] add extractor 2016-12-06 12:46:41 +01:00
Mike Fährmann
d1cd9acf54 [pixhost] adjust to new site layout 2016-12-06 10:05:24 +01:00
Mike Fährmann
0989cd2430 add basic support for file:// URLs
this allows you to feed local files into the recursive extractor
2016-12-05 18:27:36 +01:00
Mike Fährmann
07ffab04c3 add -i/--input-file option 2016-12-04 16:11:54 +01:00
Mike Fährmann
02b6f8b165 bump version to 0.6.1 2016-11-30 20:02:55 +01:00
Mike Fährmann
91dff9827f [luscious] always provide URLs to the original images 2016-11-29 17:17:35 +01:00