[nitter] support quoted Tweets

- distinguish between regular and quoted Tweets and media
- add 'quoted' option and metadata field
This commit is contained in:
Mike Fährmann
2022-11-26 11:23:03 +01:00
parent aabfa7cf34
commit 6cb12f513b
3 changed files with 93 additions and 14 deletions

View File

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

View File

@@ -205,6 +205,7 @@
"include": "illustration,doujin"
},
"nitter": {
"quoted": false,
"retweets": false,
"videos": true
},