[nitter] add 'videos' option (#3279)
with the same semantics as for twitter
This commit is contained in:
@@ -1860,6 +1860,20 @@ Description
|
||||
You can use ``"all"`` instead of listing all values separately.
|
||||
|
||||
|
||||
extractor.nitter.videos
|
||||
-----------------------
|
||||
Type
|
||||
``bool`` or ``string``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
Control video download behavior.
|
||||
|
||||
* ``true``: Download videos
|
||||
* ``"ytdl"``: Download videos using `youtube-dl`_
|
||||
* ``false``: Skip video Tweets
|
||||
|
||||
|
||||
extractor.oauth.browser
|
||||
-----------------------
|
||||
Type
|
||||
|
||||
@@ -204,6 +204,9 @@
|
||||
"password": null,
|
||||
"include": "illustration,doujin"
|
||||
},
|
||||
"nitter": {
|
||||
"videos": true
|
||||
},
|
||||
"oauth":
|
||||
{
|
||||
"browser": true,
|
||||
|
||||
Reference in New Issue
Block a user