[twitter] add 'pinned' option
This commit is contained in:
@@ -2020,6 +2020,16 @@ Description
|
||||
Logout and retry as guest when access to another user's Tweets is blocked.
|
||||
|
||||
|
||||
extractor.twitter.pinned
|
||||
------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Fetch media from pinned Tweets.
|
||||
|
||||
|
||||
extractor.twitter.quoted
|
||||
------------------------
|
||||
Type
|
||||
|
||||
@@ -266,6 +266,7 @@
|
||||
"password": null,
|
||||
"cards": false,
|
||||
"conversations": false,
|
||||
"pinned": false,
|
||||
"quoted": false,
|
||||
"replies": true,
|
||||
"retweets": false,
|
||||
|
||||
Reference in New Issue
Block a user