diff --git a/gallery_dl/extractor/mangahere.py b/gallery_dl/extractor/mangahere.py index ff4fb315..0f0cea4c 100644 --- a/gallery_dl/extractor/mangahere.py +++ b/gallery_dl/extractor/mangahere.py @@ -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" diff --git a/test/test_results.py b/test/test_results.py index 1790fb62..95e414af 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -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.