[mangadex] fix manga extraction (closes #84)

Chapter listings for manga now use
https://mangadex.org/manga/<id>/_/chapters/2/
as URL instead of
https://mangadex.org/manga/<id>/_//2/
This commit is contained in:
Mike Fährmann
2018-05-06 17:43:50 +02:00
parent 82c50fa609
commit e2157f594e
5 changed files with 11 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"pixiv", # API requests sometimes fail
}