Skip to content

Commit

Permalink
[paheal] replace test URL
Browse files Browse the repository at this point in the history
searching for 'k-on' doesn't yield any results anymore
  • Loading branch information
mikf committed Jan 27, 2020
1 parent 2a9be48 commit 2852691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gallery_dl/extractor/paheal.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
})
Expand Down
1 change: 0 additions & 1 deletion test/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

# temporary issues, etc.
BROKEN = {
"imxto",
"mangapark",
"photobucket",
}
Expand Down

0 comments on commit 2852691

Please sign in to comment.