Commit Graph

478 Commits

Author SHA1 Message Date
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
Mike Fährmann
d402e644bf update tests 2016-11-29 17:11:41 +01:00
Mike Fährmann
46440fda2d [imagevenue] add extractor 2016-11-28 22:30:00 +01:00
Mike Fährmann
3c1daef839 don't delete downloaded files in certain edge cases 2016-11-27 23:43:25 +01:00
Mike Fährmann
2b2bdce366 don't raise an exception if a download fails (#5) 2016-11-23 13:07:44 +01:00
Mike Fährmann
2449825d53 [kissmanga] solve cloudflare challenge on demand 2016-11-23 12:48:44 +01:00
Mike Fährmann
1e0cf8ddcc implement a method to manually invalidate cached values 2016-11-22 17:57:41 +01:00
Mike Fährmann
9e3788175e implement decorator for cloudflare bypass
this method for enabling and caching a cloudflare bypass for a
requests.session object allows for different cache-timeouts for
different domains
2016-11-20 18:05:49 +01:00
Mike Fährmann
6e98538d36 [mangamint] small fixes and additions
- force https
- update patterns to also catch non-standard URLs to manga and chapters
- handle URLs to non-existing resources gracefully
- fix terminating condition for chapter listings
- add a base class for common code
- add and update tests
2016-11-17 12:13:43 +01:00
Mike Fährmann
c333bc33e3 [mangapark] small fixes and additions
- add a 'title' keyword for chapter-titles and update the directory
  format accordingly
- add a 'type' keyword to distinguish between manga and manhwa
- fix an issue where an exception would be thrown if a chapter number
  did not have any special additions (2.5, 55a, v2, etc.)
- add a test-case without a special chapter number
- unescape manga title
2016-11-16 14:42:13 +01:00
Mike Fährmann
b634ace39e [readcomiconline] add comic-issue and comic extractor 2016-11-14 18:29:45 +01:00
Mike Fährmann
99440ca51a [imgtrial] add extractor 2016-11-13 21:25:37 +01:00
Mike Fährmann
5f2824dfe6 [imgspot] add extractor 2016-11-13 21:24:38 +01:00
Mike Fährmann
c85adbdc9d [mangamint] code simplifications 2016-11-13 21:19:18 +01:00
Mike Fährmann
0b3f284c2d set python version requirement in setup.py 2016-11-12 21:55:11 +01:00
Mike Fährmann
9acea878c4 fix internal hyperlink in README 2016-11-11 09:24:11 +01:00
Mike Fährmann
7c8fae62f6 update default config file paths 2016-11-10 16:24:08 +01:00
Mike Fährmann
d2486366e0 improve README.rst 2016-11-10 16:22:59 +01:00
Mike Fährmann
88193718e8 [pixhost] add extractor 2016-11-09 12:03:14 +01:00
Mike Fährmann
07e9e2c4f1 [imgmaid] add extractor 2016-11-08 00:17:10 +01:00
Mike Fährmann
885aa7f7cf [img4ever] add extractor 2016-11-08 00:16:47 +01:00
Mike Fährmann
5c69a380f0 [kissmanga] code simplifications 2016-11-08 00:15:27 +01:00
Mike Fährmann
4f51d72d22 [imgbox] handle non-existing images/galleries 2016-11-07 08:39:03 +01:00
Mike Fährmann
68fe58ee72 [imgchili] set encoding 2016-11-07 08:37:43 +01:00