1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-26 04:32:51 +01:00

update/restore tests

This commit is contained in:
Mike Fährmann 2018-08-23 15:47:40 +02:00
parent ab2bfaeb46
commit 34b556922d
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
3 changed files with 2 additions and 7 deletions

View File

@ -48,7 +48,7 @@ class GfycatImageExtractor(GfycatExtractor):
test = [
("https://gfycat.com/GrayGenerousCowrie", {
"url": "e0b5e1d7223108249b15c3c7898dd358dbfae045",
"content": "3157cd8b3799205c5a0df98a7ee31aa85bf6491e",
"content": "5786028e04b155baa20b87c5f4f77453cd5edc37",
"keyword": {
"gfyId": "graygenerouscowrie",
"gfyName": "GrayGenerousCowrie",

View File

@ -142,7 +142,7 @@ class ImagefapUserExtractor(ImagefapExtractor):
(r"(?:https?://)?(?:www\.)?imagefap\.com/"
r"usergallery\.php\?userid=(\d+)")]
test = [("https://www.imagefap.com/profile/Mr%20Bad%20Example/galleries", {
"url": "2d79fe2bd98d02d30378fe30e966d47f72bd4760",
"url": "4c400a10d496701734d3bd7414ce2f45e6543c65",
})]
def __init__(self, match):

View File

@ -23,11 +23,6 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"desuarchive", # down
"gfycat",
"imagefap", # gallery flagged and unavailable
"rbt", # down
"subapics",
}