[xhamster] update test results

This commit is contained in:
Mike Fährmann
2019-06-07 16:28:49 +02:00
parent 035b850e82
commit 7c6cb908f9
2 changed files with 3 additions and 2 deletions

View File

@@ -33,10 +33,10 @@ class XhamsterGalleryExtractor(XhamsterExtractor):
test = ( test = (
("https://xhamster.com/photos/gallery/11748968", { ("https://xhamster.com/photos/gallery/11748968", {
"pattern": r"https://thumb-p\d+.xhcdn.com/./[\w/-]+_1000.jpg$", "pattern": r"https://thumb-p\d+.xhcdn.com/./[\w/-]+_1000.jpg$",
"count": 143, "count": ">= 144",
"keyword": { "keyword": {
"comments": int, "comments": int,
"count": 143, "count": int,
"favorite": bool, "favorite": bool,
"id": int, "id": int,
"num": int, "num": int,

View File

@@ -28,6 +28,7 @@ TRAVIS_SKIP = {
BROKEN = { BROKEN = {
"fallenangels", "fallenangels",
"mangapark", "mangapark",
"ngomik",
} }