diff options
| author | 2019-09-08 19:44:00 -0400 | |
|---|---|---|
| committer | 2019-09-08 19:44:00 -0400 | |
| commit | c09a9f00dd83017d486cd77650347bc2a397ad55 (patch) | |
| tree | b4609415ab7fcb51b1acf74344ed3a414dc0e322 /test | |
| parent | 01b2d06c57d52b2c6f241b1beb0e377ee3a8b2a6 (diff) | |
New upstream version 1.10.4upstream/1.10.4
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_results.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/test_results.py b/test/test_results.py index a69cc81..fb29a87 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -29,8 +29,6 @@ BROKEN = { "8chan", "imgth", "mangapark", - "mangoxo", - "tumblr", } @@ -286,12 +284,14 @@ def setup_test_config(): config.set(("extractor", "timeout"), 60) config.set(("extractor", "username"), name) config.set(("extractor", "password"), name) - config.set(("extractor", "nijie", "username"), email) - config.set(("extractor", "seiga", "username"), email) + 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", "twitter" , "username"), None) - config.set(("extractor", "mangoxo" , "password"), "VZ8DL3983u") + + config.set(("extractor", "mangoxo" , "username"), "LiQiang3") + config.set(("extractor", "mangoxo" , "password"), "5zbQF10_5u25259Ma") config.set(("extractor", "deviantart", "client-id"), "7777") config.set(("extractor", "deviantart", "client-secret"), |
