aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_results.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-08-04 02:14:52 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2021-08-04 02:14:52 -0400
commita32569ddaeb4c668c86145304fb0d6a258bc09bf (patch)
treebda55e2ef201c9c21aef61d9727f409160567958 /test/test_results.py
parentfa6876a938e33e0f97ea4dd43b792c56afe3e2eb (diff)
parent873d9a628e9412a79bdc64cd962470749de3425b (diff)
Update upstream source from tag 'upstream/1.18.2'
Update to upstream version '1.18.2' with Debian dir 50487e387a6ba906f7ac9d1564ba5f0d36a0e2ae
Diffstat (limited to 'test/test_results.py')
-rw-r--r--test/test_results.py6
1 files changed, 5 insertions, 1 deletions
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")