[mangahere] use http://

invalid SSL cert for quite some time now
This commit is contained in:
Mike Fährmann
2018-07-26 18:11:31 +02:00
parent 212130b048
commit bb89a1e6d7
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ import re
class MangahereBase():
"""Base class for mangahere extractors"""
category = "mangahere"
root = "https://www.mangahere.cc"
root = "http://www.mangahere.cc"
url_fmt = root + "/manga/{}/{}.html"

View File

@@ -18,7 +18,7 @@ from gallery_dl import extractor, job, config, exception
TRAVIS_SKIP = {
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie",
"archivedmoe", "archiveofsins", "thebarchive", "fireden",
"sankaku", "idolcomplex", "mangahere",
"sankaku", "idolcomplex", "mangahere", "turboimagehost",
}
# temporary issues, etc.