From a9c3442d4e669f446c0af36fbd22712fe82244d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 12 Oct 2023 21:40:10 +0200 Subject: [PATCH] [deviantart] add a couple 'deactivated account' test URLs --- test/results/deviantart.py | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/test/results/deviantart.py b/test/results/deviantart.py index 91c6a0d7..82513ee3 100644 --- a/test/results/deviantart.py +++ b/test/results/deviantart.py @@ -93,6 +93,27 @@ __tests__ = ( "#count" : 1, }, +{ + "#url" : "https://www.deviantart.com/AlloyRabbit/gallery", + "#comment" : "deactivated account", + "#category": ("", "deviantart", "gallery"), + "#class" : deviantart.DeviantartGalleryExtractor, +}, + +{ + "#url" : "https://www.deviantart.com/Shydude/gallery", + "#comment" : "deactivated account", + "#category": ("", "deviantart", "gallery"), + "#class" : deviantart.DeviantartGalleryExtractor, +}, + +{ + "#url" : "https://www.deviantart.com/zapor666/gallery", + "#comment" : "deactivated account", + "#category": ("", "deviantart", "gallery"), + "#class" : deviantart.DeviantartGalleryExtractor, +}, + { "#url" : "https://www.deviantart.com/yakuzafc/gallery", "#comment" : "group", @@ -702,6 +723,13 @@ __tests__ = ( "#count" : 12, }, +{ + "#url" : "https://www.deviantart.com/chain-man/gallery/scraps", + "#comment" : "deactivated account" + "#category": ("", "deviantart", "scraps"), + "#class" : deviantart.DeviantartScrapsExtractor, +}, + { "#url" : "https://www.deviantart.com/shimoda7/gallery/?catpath=scraps", "#category": ("", "deviantart", "scraps"),