[instagram] add 'profile' extractor (#5262)

https://github.com/mikf/gallery-dl/issues/5262#issuecomment-2188915210
This commit is contained in:
Mike Fährmann
2024-06-28 22:51:20 +02:00
parent ea81fa985f
commit 44896b0296
4 changed files with 24 additions and 1 deletions

View File

@@ -132,6 +132,12 @@ __tests__ = (
"#count" : ">= 16",
},
{
"#url" : "https://www.instagram.com/instagram/profile",
"#category": ("", "instagram", "profile"),
"#class" : instagram.InstagramProfileExtractor,
},
{
"#url" : "https://www.instagram.com/instagram/avatar",
"#category": ("", "instagram", "avatar"),