From bb89a1e6d7b92c1904ef7016dc1a8cc1cf86617e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 26 Jul 2018 18:11:31 +0200 Subject: [PATCH] [mangahere] use http:// invalid SSL cert for quite some time now --- gallery_dl/extractor/mangahere.py | 2 +- test/test_results.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.