Skip to content

Commit

Permalink
update extractor test results
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Sep 20, 2020
1 parent 1e313d5 commit 7cd383c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/hitomi.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class HitomiGalleryExtractor(GalleryExtractor):
test = (
("https://hitomi.la/galleries/867789.html", {
"pattern": r"https://[a-c]a.hitomi.la/images/./../[0-9a-f]+.jpg",
"keyword": "6701f8f588f119ef84cd29bdf99a399417b0a6a2",
"keyword": "4873ef9a523621fc857b114e0b2820ba4066e9ae",
"count": 16,
}),
# download test
Expand Down
4 changes: 2 additions & 2 deletions gallery_dl/extractor/redgifs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RedgifsUserExtractor(RedgifsExtractor):
directory_fmt = ("{category}", "{userName}")
pattern = r"(?:https?://)?(?:www\.)?redgifs\.com/users/([^/?&#]+)"
test = ("https://www.redgifs.com/users/Natalifiction", {
"pattern": r"https://thcf\d+\.redgifs\.com/[A-Za-z]+\.mp4",
"pattern": r"https://\w+\.(redgifs|gfycat)\.com/[A-Za-z]+\.mp4",
"count": ">= 100",
})

Expand All @@ -38,7 +38,7 @@ class RedgifsSearchExtractor(RedgifsExtractor):
directory_fmt = ("{category}", "Search", "{search}")
pattern = r"(?:https?://)?(?:www\.)?redgifs\.com/gifs/browse/([^/?&#]+)"
test = ("https://www.redgifs.com/gifs/browse/jav", {
"pattern": r"https://thcf\d+\.redgifs\.com/[A-Za-z]+\.mp4",
"pattern": r"https://\w+\.(redgifs|gfycat)\.com/[A-Za-z]+\.mp4",
"range": "100-300",
"count": "> 200",
})
Expand Down
2 changes: 2 additions & 0 deletions test/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
# temporary issues, etc.
BROKEN = {
"8kun",
"dynastyscans",
"fallenangels",
"imagevenue",
"photobucket",
}
Expand Down

0 comments on commit 7cd383c

Please sign in to comment.