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"),