From 7499d71d02bc725ba5903a39d097078883fbe3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 28 Mar 2020 21:07:30 +0100 Subject: [PATCH] [simplyhentai] ignore certificate errors in video test --- gallery_dl/extractor/simplyhentai.py | 1 + test/test_results.py | 1 + 2 files changed, 2 insertions(+) diff --git a/gallery_dl/extractor/simplyhentai.py b/gallery_dl/extractor/simplyhentai.py index 82a61da5..abf99953 100644 --- a/gallery_dl/extractor/simplyhentai.py +++ b/gallery_dl/extractor/simplyhentai.py @@ -143,6 +143,7 @@ class SimplyhentaiVideoExtractor(Extractor): "pattern": r"https://www\.googleapis\.com/drive/v3/files" r"/0B1ecQ8ZVLm3JcHZzQzBnVy1ZUmc\?alt=media&key=[\w-]+", "keyword": "706790708b14773efc1e075ddd3b738a375348a5", + "options": (("verify", False),), "count": 1, }), (("https://videos.simply-hentai.com" diff --git a/test/test_results.py b/test/test_results.py index eb23b685..b697d150 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -27,6 +27,7 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { + "myportfolio", "photobucket", "worldthree", }