1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-26 04:32:51 +01:00

[paheal] replace test URL

searching for 'k-on' doesn't yield any results anymore
This commit is contained in:
Mike Fährmann 2020-01-27 22:19:41 +01:00
parent 2a9be48511
commit 2852691d78
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 Mike Fährmann
# Copyright 2018-2020 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@ -45,7 +45,7 @@ class PahealTagExtractor(PahealExtractor):
directory_fmt = ("{category}", "{search_tags}")
pattern = (r"(?:https?://)?(?:rule34|rule63|cosplay)\.paheal\.net"
r"/post/list/([^/?&#]+)")
test = ("https://rule34.paheal.net/post/list/k-on/1", {
test = ("https://rule34.paheal.net/post/list/Ayane_Suzuki/1", {
"pattern": r"https://[^.]+\.paheal\.net/_images/\w+/\d+%20-%20",
"count": ">= 15"
})

View File

@ -26,7 +26,6 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"imxto",
"mangapark",
"photobucket",
}