Commit Graph

635 Commits

Author SHA1 Message Date
Mike Fährmann
1e416e5227 update README 2017-05-09 15:43:55 +02:00
Mike Fährmann
9f1c83297f [pinterest] allow URLs with any TLD 2017-05-08 15:08:39 +02:00
Mike Fährmann
b3b92ac243 [deviantart] support "All" favorites and add "mature" option
- since there is apparently no actual way to get the "All" favorites
  listing via API, corresponding URLs (.../favourites/?catpath=/) will
  be handled by yielding all deviations from all favorite collections of
  that user

- the "mature" config key works on a per extractor basis (like "username"
  or "password"). values can be the strings "true" or "false", or the
  booleans true or false.

- (#14)
2017-05-06 21:26:27 +02:00
Mike Fährmann
7376ad7f3d [deviantart] turn the "Mature Content Filter" off
(#14)
2017-05-06 14:56:41 +02:00
Mike Fährmann
ef90a2de2f implement the "exit" option for the "skip" config-key 2017-05-05 15:49:58 +02:00
Mike Fährmann
cfbf79d788 [pixiv] fix login 2017-05-05 10:38:22 +02:00
Mike Fährmann
85a46ed700 [booru] fix issue with multiple tags 2017-05-04 11:58:51 +02:00
Mike Fährmann
fc9223c072 add '--abort-on-skip' option and ability to control skip behavior
the 'skip' config option controls skipping behavior:
    true    - skip download if file already exist (default)
    false   - download and overwrite files even if it exists
    "abort" - abort extractor run if a download would be skipped
              (same as '--abort-on-skip')
2017-05-03 15:26:04 +02:00
Mike Fährmann
7c8f61a116 release version 0.8.3 2017-05-01 13:30:09 +02:00
Mike Fährmann
d948ba1322 [readcomics] remove module
- site has been unavailable for two weeks
- (#12)
2017-05-01 11:44:12 +02:00
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
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