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", }