diff --git a/gallery_dl/extractor/pawoo.py b/gallery_dl/extractor/pawoo.py index 5f9a29b5..3bf72691 100644 --- a/gallery_dl/extractor/pawoo.py +++ b/gallery_dl/extractor/pawoo.py @@ -42,7 +42,8 @@ class PawooExtractor(Extractor): for key in ("favourites_count", "reblogs_count", "reblog", "mentions"): del status[key] account = status["account"] - for key in ("followers_count", "following_count", "statuses_count"): + for key in ("followers_count", "following_count", "statuses_count", + "oauth_authentications"): del account[key] attachments = status["media_attachments"] del status["media_attachments"]