diff options
| author | 2020-03-28 23:01:51 -0400 | |
|---|---|---|
| committer | 2020-03-28 23:01:51 -0400 | |
| commit | e4887ae6b00c50fbbde531cc274c77b076bd821d (patch) | |
| tree | 051849d0ce8ed35aa229ba828a2dfe1faf10c5c0 /gallery_dl/extractor/twitter.py | |
| parent | e8cc000750de972384f2f34d02d42222b4018ae9 (diff) | |
New upstream version 1.13.3upstream/1.13.3
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", } |
