[twitter] fix typo in 'x-twitter-auth-type' header (#625)
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user