[simplyhentai] ignore certificate errors in video test

This commit is contained in:
Mike Fährmann
2020-03-28 21:07:30 +01:00
parent 4203dc0bdc
commit 7499d71d02
2 changed files with 2 additions and 0 deletions

View File

@@ -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"

View File

@@ -27,6 +27,7 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"myportfolio",
"photobucket",
"worldthree",
}