[nitter] add 'retweets' option (#3278)

This commit is contained in:
Mike Fährmann
2022-11-25 19:53:28 +01:00
parent 3d6489a4c0
commit a41d093bb1
3 changed files with 21 additions and 4 deletions

View File

@@ -1860,6 +1860,16 @@ Description
You can use ``"all"`` instead of listing all values separately.
extractor.nitter.retweets
-------------------------
Type
``bool``
Default
``false``
Description
Fetch media from Retweets.
extractor.nitter.videos
-----------------------
Type

View File

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