[deviantart] add a couple 'deactivated account' test URLs

This commit is contained in:
Mike Fährmann
2023-10-12 21:40:10 +02:00
parent 992e86ec94
commit a9c3442d4e

View File

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