[twitter] add 'pinned' option

This commit is contained in:
Mike Fährmann
2021-10-29 22:10:58 +02:00
parent 06b414c9a3
commit 9156e90f1f
3 changed files with 13 additions and 1 deletions

View File

@@ -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

View File

@@ -266,6 +266,7 @@
"password": null,
"cards": false,
"conversations": false,
"pinned": false,
"quoted": false,
"replies": true,
"retweets": false,