From 7c6cb908f94a82b67da74ddb99e670e85cd47125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 7 Jun 2019 16:28:49 +0200 Subject: [PATCH] [xhamster] update test results --- gallery_dl/extractor/xhamster.py | 4 ++-- test/test_results.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gallery_dl/extractor/xhamster.py b/gallery_dl/extractor/xhamster.py index 44de7843..9699806c 100644 --- a/gallery_dl/extractor/xhamster.py +++ b/gallery_dl/extractor/xhamster.py @@ -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, diff --git a/test/test_results.py b/test/test_results.py index 7e380d8d..a107efc1 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -28,6 +28,7 @@ TRAVIS_SKIP = { BROKEN = { "fallenangels", "mangapark", + "ngomik", }