441 Commits

Author SHA1 Message Date
Mike Fährmann
a610b35a0d
[mangashare] remove module
this site has been unavailable for at least two months
2017-05-01 11:06:38 +02:00
Mike Fährmann
4e8587bad4
[pixiv] add support for https://i.pximg.net URLs 2017-04-30 22:54:49 +02:00
Mike Fährmann
e41efbd2d9
[kissmanga] fix edge-case 2017-04-30 11:02:32 +02:00
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
4b967fa189
implement and use extractor.config() method 2017-04-25 17:12:48 +02:00
Mike Fährmann
82ab1fca07
[seiga] reduce cache maxage to one week 2017-04-24 15:25:20 +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
Chen John L
a5485a46cb fixed the module for pixhost 2017-04-21 19:54:10 +08: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
0770de0ea1
[deviantart:image] add support for sta.sh URLs 2017-04-17 11:52:16 +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
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
fd3f84d913
[kissmanga] get AES key from site itself 2017-04-09 17:15:38 +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
f537ad5f2f
[kissmanga] re-enable module 2017-04-05 12:16:23 +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
841fd50242
move code into util.py 2017-03-28 13:12:44 +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
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
dce5bce74e
[kissmanga] temporarily disable module
... until I've figured out how to decode their image urls
2017-03-24 16:10:55 +01:00
Mike Fährmann
4e7661ab01
[imgtrex] re-add extractor 2017-03-21 15:47:51 +01:00
Mike Fährmann
0257d3e7ac
[mangamint] remove extractors - site is down 2017-03-20 13:38:54 +01:00
Mike Fährmann
1d46be545c
add login notifications 2017-03-17 09:42:59 +01:00
Mike Fährmann
ed94d9b92d
fix/improve various things 2017-03-17 09:39:46 +01:00
Mike Fährmann
619c74159a
[seiga] fix file extension and xml parsing
- The file extension of the first image had been used for all further
  images
- API responses can contain invalid characters, which cause the XML
  parser to fail (http://seiga.nicovideo.jp/user/illust/26377934
  contains several \x08 characters)
2017-03-14 09:09:04 +01:00
Mike Fährmann
66eb3d3488
fix tests 2017-03-14 08:51:58 +01:00
Mike Fährmann
f622411be5
[deviantart] implement 'skip' method 2017-03-13 21:42:16 +01:00
Mike Fährmann
dfe2c2dced
[batoto] update test results 2017-03-11 01:47:05 +01:00
Mike Fährmann
43e3bb24ae
[imagefap] don't rely on image-count
(fixes #9)
2017-03-09 20:34:39 +01:00
Mike Fährmann
379125746a
[deviantart] improve API error handling
(#7)
2017-03-08 16:40:20 +01:00
Mike Fährmann
f782282f97
add logger objects to extractors 2017-03-07 23:50:19 +01:00
Mike Fährmann
2c2de778f2
[deviantart] adjust error message 2017-03-06 19:27:45 +01:00
Mike Fährmann
c24aeb5cbc
[whentai] update test results 2017-03-06 19:15:58 +01:00
Mike Fährmann
f36d685ce1
[deviantart] always request access token before api calls
(#7)
2017-03-05 02:22:36 +01:00
Mike Fährmann
ff92674379
[booru] simple skip functionality
(#6)
2017-03-04 23:21:55 +01:00
Mike Fährmann
7a9d66fbce
implement basic way to tell extractors to skip ahead 2017-03-03 17:26:50 +01:00
Mike Fährmann
872b8aed97
[4chan] update test 2017-03-03 15:50:10 +01:00