Commit Graph

622 Commits

Author SHA1 Message Date
Mike Fährmann
ffd72424bf [kissmanga] another attempt at getting the AES key 2017-04-29 15:58:33 +02:00
Mike Fährmann
af56887a47 [exhentai] fall back to e-hentai if no username is given 2017-04-28 15:59:56 +02:00
Mike Fährmann
48a5b11204 fix error if no file extension is found 2017-04-26 12:31:42 +02:00
Mike Fährmann
701c016b97 add '-q/--quiet' option 2017-04-26 11:33:19 +02:00
Mike Fährmann
4b967fa189 implement and use extractor.config() method 2017-04-25 17:12:48 +02:00
Mike Fährmann
f0aa35ac84 add '--ignore-config' option 2017-04-25 17:09:10 +02:00
Mike Fährmann
82ab1fca07 [seiga] reduce cache maxage to one week 2017-04-24 15:25:20 +02:00
Mike Fährmann
4332694492 add simple imagehosts to list of supported sites 2017-04-23 17:08:45 +02:00
Mike Fährmann
ec48d25afc [pawoo] fix extraction results 2017-04-22 11:14:20 +02:00
Mike Fährmann
244ab75cad [kissmanga] update AES key retrieval 2017-04-21 20:36:47 +02:00
Mike Fährmann
e3b2e69e8c Merge pull request #13 from john0312/master
Fixed the module for pixhost
2017-04-21 15:11:50 +02:00
Chen John L
a5485a46cb fixed the module for pixhost 2017-04-21 19:54:10 +08:00
Mike Fährmann
9f32cf1f4e improve supportedsites.rst and build script 2017-04-20 16:56:50 +02:00
Mike Fährmann
13dc5d72bc update some extractors to use https 2017-04-20 13:32:40 +02:00
Mike Fährmann
342371086b [pawoo] add extractors for accounts and statuses
https://pawoo.net is a Mastodon[1] instance hosted by Pixiv
[1] https://github.com/tootsuite/mastodon
2017-04-19 10:17:43 +02:00
Mike Fährmann
5af35ea150 add -v/--verbose option and reduce error verbosity
(#12)
2017-04-18 11:38:48 +02:00
Mike Fährmann
0770de0ea1 [deviantart:image] add support for sta.sh URLs 2017-04-17 11:52:16 +02:00
Mike Fährmann
385285932a add script to collect test results in JSON format 2017-04-14 14:45:35 +02:00
Mike Fährmann
f4aa452bd1 update unit test results 2017-04-14 14:40:36 +02:00
Mike Fährmann
71e08dc9c4 [tumblr] keyword consistency 2017-04-13 20:47:22 +02:00
Mike Fährmann
b43cd88101 add '-j/--dump-json' option
this outputs the extractor-results in JSON format rather then
downloading files
2017-04-12 18:43:41 +02:00
Mike Fährmann
c9a5650cf8 add manga extractors to all foolslide-based modules 2017-04-11 21:03:40 +02:00
Mike Fährmann
bd95fea82c update unit test results 2017-04-11 21:03:09 +02:00
Mike Fährmann
0456efaa5a [hentaifoundry] update unit tests 2017-04-10 10:50:34 +02:00
Mike Fährmann
af82467627 release version 0.8.2 2017-04-10 08:23:03 +02:00
Mike Fährmann
e739760ce0 update classifiers 2017-04-10 08:14:36 +02:00
Mike Fährmann
fd3f84d913 [kissmanga] get AES key from site itself 2017-04-09 17:15:38 +02:00
Mike Fährmann
fa1cb6f74c release version 0.8.1 2017-04-09 11:51:52 +02:00
Mike Fährmann
fece09d326 [fallenangels] update to new domain and site-layout 2017-04-09 11:37:21 +02:00
Mike Fährmann
cf79a47b59 update unit tests 2017-04-08 11:02:32 +02:00
Mike Fährmann
e23e4b1100 [seaotterscans] add extractor 2017-04-07 13:24:51 +02:00
Mike Fährmann
616464f8f8 [kireicake] add extractor 2017-04-07 13:24:51 +02:00
Mike Fährmann
8d5f26d530 small fixes to the output module 2017-04-07 13:24:36 +02:00
Mike Fährmann
f537ad5f2f [kissmanga] re-enable module 2017-04-05 12:16:23 +02:00
Mike Fährmann
c9738ea80b add an aes implementation 2017-04-05 12:04:35 +02:00
Mike Fährmann
b603b592cf [exhentai] accept "e-hentai.org" URLs (#11) 2017-04-04 09:30:35 +02:00
Mike Fährmann
11ce871718 [deviantart] add favourites-extractor 2017-04-03 18:23:13 +02:00
Mike Fährmann
d430732502 [deviantart] update extractors
- use base class for all extractors
- use API for single images
- add support for more API endpoints
- add additional keywords
2017-04-03 14:56:47 +02:00
Mike Fährmann
298d7c45f7 [nijie] support multi-page image listings 2017-04-02 11:43:23 +02:00
Mike Fährmann
91ad8ac2b3 [mangastream] adapt to domain-change to readms.net 2017-04-01 21:42:36 +02:00
Mike Fährmann
e9b445a0f8 update release script 2017-03-31 17:04:44 +02:00
Mike Fährmann
43d8b66e70 release version 0.8.0 2017-03-28 15:00:24 +02:00
Mike Fährmann
841fd50242 move code into util.py 2017-03-28 13:12:44 +02:00
Mike Fährmann
e3212dd98f fix some smaller stuff
- remove support for old windows config paths
- catch exception if cache-database can't be opened
- fix username/password settings for unit tests
- rename variable 'max_tries' to 'retries'
2017-03-27 14:30:32 +02:00
Mike Fährmann
e4b3077168 improve config module
- speed improvements, especially in the 'interpolate' function
- 'interpolate' now prioritizes base-level values if they exist
  - "username" is chosen before "extractor.<category>.username"
  - -u/--username & co can now override config-file values
2017-03-27 11:59:27 +02:00
Mike Fährmann
6cbb078392 [batoto] fix cache time for login sessions
from 1 year to 1 week ...
2017-03-26 20:53:56 +02:00
Mike Fährmann
e2b5cd9918 change config-path for 'retries' and 'timeout' 2017-03-26 18:24:46 +02:00
Mike Fährmann
6fd9e66223 [whentai] remove module
apparently they changed their system and now you can't download the
original images without an account with VIP status.
2017-03-25 14:35:37 +01:00
Mike Fährmann
cdecd0b37b add notification when solving cloudflare challenge 2017-03-25 12:23:30 +01:00
Mike Fährmann
dce5bce74e [kissmanga] temporarily disable module
... until I've figured out how to decode their image urls
2017-03-24 16:10:55 +01:00