[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 = (
("https://xhamster.com/photos/gallery/11748968", {
"pattern": r"https://thumb-p\d+.xhcdn.com/./[\w/-]+_1000.jpg$",
"count": 143,
"count": ">= 144",
"keyword": {
"comments": int,
"count": 143,
"count": int,
"favorite": bool,
"id": int,
"num": int,

View File

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