Skip to content

Commit

Permalink
update unit test results
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Oct 13, 2018
1 parent 8faf03e commit e1d306c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/danbooru.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DanbooruPopularExtractor(booru.PopularMixin, DanbooruExtractor):
("https://danbooru.donmai.us/explore/posts/popular", None),
(("https://danbooru.donmai.us/explore/posts/popular"
"?date=2013-06-06+03%3A34%3A22+-0400&scale=week"), {
"count": ">= 19",
"count": ">= 1",
}),
]

Expand Down
2 changes: 1 addition & 1 deletion gallery_dl/extractor/luscious.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class LusciousAlbumExtractor(AsynchronousExtractor):
}),
("https://luscious.net/albums/virgin-killer-sweater_282582/", {
"url": "21cc68a7548f4d71dfd67d8caf96349dde7e791c",
"keyword": "cb67fe7be9d02ef0df2204a621651e8a900887cf",
"keyword": "3de82f61ad4afd0f546ab5ae5bf9c5388cc9c3db",
}),
("https://luscious.net/albums/okinami-no-koigokoro_277031/", None),
("https://www.luscious.net/albums/okinami_277031/", None),
Expand Down
2 changes: 1 addition & 1 deletion gallery_dl/extractor/smugmug.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class SmugmugPathExtractor(SmugmugExtractor):
}),
("https://acapella.smugmug.com/", {
"pattern": r"smugmug:album:\w+$",
"url": "8bd8b3f4f8bdd584bf5ddfd509ff3c98f8bc323b",
"url": "797eb1cbbf5ad8ecac8ee4eedc6466ed77a65d68",
}),
# gallery node without owner
("https://www.smugmug.com/gallery/n-GLCjnD/", {
Expand Down

0 comments on commit e1d306c

Please sign in to comment.