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:
parent
2a9be48511
commit
2852691d78
@ -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"
|
||||
})
|
||||
|
@ -26,7 +26,6 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"imxto",
|
||||
"mangapark",
|
||||
"photobucket",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user