[imgur] print error message if no JSON data is found (#446)

This commit is contained in:
Mike Fährmann
2019-10-15 22:17:31 +02:00
parent 5882b00f2f
commit 7ebd984e8d
2 changed files with 14 additions and 4 deletions

View File

@@ -285,8 +285,10 @@ def setup_test_config():
config.set(("extractor", "password"), name)
config.set(("extractor", "nijie" , "username"), email)
config.set(("extractor", "seiga" , "username"), email)
config.set(("extractor", "danbooru" , "username"), None)
config.set(("extractor", "instagram", "username"), None)
config.set(("extractor", "imgur" , "username"), None)
config.set(("extractor", "twitter" , "username"), None)
config.set(("extractor", "mangoxo" , "username"), "LiQiang3")