smaller changes and fixes

- fix the cloudflare challenge result if the last decimal places
  are zero (JS`s toFixed() removes trailing zeroes)
- fix downloading of kissmanga chapter-pages hosted on blogspot
  (accessing blogspot with "kissmanga.com" as referrer yields a 401)
- disable certificate validation for 'mangahere' tests
- update flickr test result
This commit is contained in:
Mike Fährmann
2018-04-06 15:30:09 +02:00
parent f6c95dccf9
commit d11fcf4804
6 changed files with 7 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ TRAVIS_SKIP = {
BROKEN = {
"imgyt", # "Name or service not known"
"loveisover", # "Name or service not known"
"mangahere", # invalid SSL cert
"pinterest", # access_token invalid ?
"puremashiro", # online reader down
}