Add support for the readable URL format of Weasyl favourites page

This commit is contained in:
Deer-Spangle
2024-08-31 12:56:50 +01:00
parent cf8e04d999
commit b1b01f56af
2 changed files with 14 additions and 1 deletions

View File

@@ -92,4 +92,11 @@ __tests__ = (
"#count" : ">= 5",
},
{
"#url" : "https://www.weasyl.com/favorites/furoferre",
"#category": ("", "weasyl", "favorite"),
"#class" : weasyl.WeasylFavoriteExtractor,
"#count" : ">= 5",
}
)