diff options
Diffstat (limited to 'gallery_dl/extractor/twitter.py')
| -rw-r--r-- | gallery_dl/extractor/twitter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/twitter.py b/gallery_dl/extractor/twitter.py index 2a04463..cbb075c 100644 --- a/gallery_dl/extractor/twitter.py +++ b/gallery_dl/extractor/twitter.py @@ -459,7 +459,7 @@ class TwitterBookmarkExtractor(TwitterExtractor): "Referer": self.root + "/i/bookmarks", "x-csrf-token": self.session.cookies.get("ct0"), "x-twitter-active-user": "yes", - "x-twitter-auth-type": "Auth2Session", + "x-twitter-auth-type": "OAuth2Session", "x-twitter-client-language": "en", } |
