[twitter] fix typo in 'x-twitter-auth-type' header (#625)

pull/658/head
Mike Fährmann 5 years ago
parent 9159cb8fb3
commit b607d0ad7f
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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",
}

Loading…
Cancel
Save