update misc test results

- Livedoor now uses https:// for its image URLs
- Instagram image URLs got simplified
This commit is contained in:
Mike Fährmann
2019-11-20 21:45:48 +01:00
parent fca87974fe
commit 978cb03f81
5 changed files with 10 additions and 12 deletions

View File

@@ -29,7 +29,6 @@ BROKEN = {
"hentaifox",
"mangapark",
"pixhost",
"yaplog",
}
@@ -79,7 +78,7 @@ class TestExtractorResults(unittest.TestCase):
pass
except exception.HttpError as exc:
exc = str(exc)
if re.match(r"5\d\d: ", exc) or \
if re.match(r"'5\d\d ", exc) or \
re.search(r"\bRead timed out\b", exc):
self._skipped.append((url, exc))
self.skipTest(exc)