From 873d9a628e9412a79bdc64cd962470749de3425b Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 4 Aug 2021 02:14:44 -0400 Subject: New upstream version 1.18.2. --- test/test_results.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/test_results.py') diff --git a/test/test_results.py b/test/test_results.py index 5b22ecd..c36b6dd 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -22,7 +22,6 @@ from gallery_dl import extractor, util, job, config, exception # noqa E402 # temporary issues, etc. BROKEN = { - "imagevenue", "photobucket", } @@ -315,6 +314,11 @@ def setup_test_config(): "e621", "inkbunny", "tapas", "pillowfort", "mangadex"): config.set(("extractor", category), "username", None) + config.set(("extractor", "kemonoparty"), "cookies", { + "__ddg1": "0gBDGpJ3KZQmA4B9QH25", "__ddg2": "lmj5s1jnJOvhPXCX"}) + config.set(("extractor", "seisoparty"), "cookies", { + "__ddg1": "Y8rBxSDHO5UCEtQvzyI9", "__ddg2": "lmj5s1jnJOvhPXCX"}) + config.set(("extractor", "mastodon.social"), "access-token", "Blf9gVqG7GytDTfVMiyYQjwVMQaNACgf3Ds3IxxVDUQ") -- cgit v1.2.3