[nitter] support quoted Tweets
- distinguish between regular and quoted Tweets and media - add 'quoted' option and metadata field
This commit is contained in:
@@ -1860,6 +1860,16 @@ Description
|
||||
You can use ``"all"`` instead of listing all values separately.
|
||||
|
||||
|
||||
extractor.nitter.quoted
|
||||
-----------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Fetch media from quoted Tweets.
|
||||
|
||||
|
||||
extractor.nitter.retweets
|
||||
-------------------------
|
||||
Type
|
||||
|
||||
@@ -205,6 +205,7 @@
|
||||
"include": "illustration,doujin"
|
||||
},
|
||||
"nitter": {
|
||||
"quoted": false,
|
||||
"retweets": false,
|
||||
"videos": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user