update test results

This commit is contained in:
Mike Fährmann
2019-12-18 22:07:09 +01:00
parent 8c11e81c9f
commit d0920e84e9
2 changed files with 4 additions and 5 deletions

View File

@@ -199,9 +199,9 @@ class PixhostImageExtractor(ImagehostImageExtractor):
category = "pixhost"
pattern = (r"(?:https?://)?((?:www\.)?pixhost\.(?:to|org)"
r"/show/\d+/(\d+)_[^/?&#]+)")
test = ("https://pixhost.to/show/224/96246707_test-.png", {
"url": "8f3d41fdd2dbec4c844e5ee45bf49961fbd79c67",
"keyword": "ecefe2d5814286f9d1dff3d88d9bdc78dd456c5d",
test = ("http://pixhost.to/show/190/130327671_test-.png", {
"url": "4e5470dcf6513944773044d40d883221bbc46cff",
"keyword": "3bad6d59db42a5ebbd7842c2307e1c3ebd35e6b0",
"content": "0c8768055e4e20e7c7259608b67799171b691140",
})
https = True

View File

@@ -26,10 +26,9 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"erolord",
"mangapark",
"photobucket",
"pixhost",
"simplyhentai",
}