From 19bf76bcf84612a20e01c886c19a4c5b99b47fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 3 Aug 2020 21:57:00 +0200 Subject: [PATCH] update extractor test results --- gallery_dl/extractor/imgbb.py | 6 +----- gallery_dl/extractor/paheal.py | 4 ++-- gallery_dl/extractor/smugmug.py | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/gallery_dl/extractor/imgbb.py b/gallery_dl/extractor/imgbb.py index 3882a920..2a69fb1a 100644 --- a/gallery_dl/extractor/imgbb.py +++ b/gallery_dl/extractor/imgbb.py @@ -132,14 +132,10 @@ class ImgbbAlbumExtractor(ImgbbExtractor): "url": "ac0abcfcb89f4df6adc2f7e4ff872f3b03ef1bc7", "keyword": {"user": ""}, }), - # deleted - ("https://ibb.co/album/fDArrF", { - "exception": exception.NotFoundError, - }), # private ("https://ibb.co/album/hqgWrF", { "exception": exception.HttpError, - }) + }), ) def __init__(self, match): diff --git a/gallery_dl/extractor/paheal.py b/gallery_dl/extractor/paheal.py index 931fb13d..8f2d6339 100644 --- a/gallery_dl/extractor/paheal.py +++ b/gallery_dl/extractor/paheal.py @@ -95,8 +95,8 @@ class PahealPostExtractor(PahealExtractor): pattern = (r"(?:https?://)?(?:rule34|rule63|cosplay)\.paheal\.net" r"/post/view/(\d+)") test = ("https://rule34.paheal.net/post/view/481609", { - "url": "1142779378f655ec0497d4c301836aa667f788b1", - "keyword": "34e9e93d4fa6fa06fac1a56e78c9a52e8cd7b271", + "url": "d3fd0f82762716fe3fb03c9c923e61c13ce22204", + "keyword": "35748081bfeaab48f909f4b097a4d79b2be12538", "content": "7b924bcf150b352ac75c9d281d061e174c851a11", }) diff --git a/gallery_dl/extractor/smugmug.py b/gallery_dl/extractor/smugmug.py index 44a0a846..163102d7 100644 --- a/gallery_dl/extractor/smugmug.py +++ b/gallery_dl/extractor/smugmug.py @@ -112,13 +112,13 @@ class SmugmugImageExtractor(SmugmugExtractor): test = ( ("https://tdm.smugmug.com/Nature/Dove/i-kCsLJT6", { "url": "f624ad7293afd6412a7d34e3950a118596c36c85", - "keyword": "085861b5935e3cd96ad15954039bc2419cdf1c27", + "keyword": "d69c69c1517b8ea77bc763cffc4d0a4002dfee3f", "content": "ecbd9d7b4f75a637abc8d35319be9ec065a44eb0", }), # video ("https://tstravels.smugmug.com/Dailies/Daily-Dose-2015/i-39JFNzB", { "url": "04d0ab1ff829ca7d78f5acb5548953df08e9a5ee", - "keyword": "e0927fda7b1c39c19974625270102ad7e72b9d6f", + "keyword": "720da317232504f05099da37802ed3c3ce3cd310", }), )