Skip to content

Commit

Permalink
[rule34] small unit test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Aug 3, 2018
1 parent b164231 commit b040ca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/rule34.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Rule34TagExtractor(booru.TagMixin, Rule34Extractor):
r"\?page=post&s=list&tags=(?P<tags>[^&#]+)"]
test = [("https://rule34.xxx/index.php?page=post&s=list&tags=danraku", {
"content": "a01768c6f86f32eb7ebbdeb87c30b0d9968d7f97",
"pattern": r"https?://(.?img\.)?rule34\.xxx/images/\d+/[0-9a-f]+\.jpg",
"pattern": r"https?://([^.]+\.)?rule34\.xxx/images/\d+/[0-9a-f]+\.jpg",
"count": 2,
})]

Expand Down
1 change: 0 additions & 1 deletion test/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

# temporary issues, etc.
BROKEN = {
"imagetwist",
"subapics",
}

Expand Down

0 comments on commit b040ca0

Please sign in to comment.