[nitter] add 'videos' option (#3279)

with the same semantics as for twitter
This commit is contained in:
Mike Fährmann
2022-11-24 22:56:01 +01:00
parent 8c4e21b110
commit e31d12139c
3 changed files with 52 additions and 19 deletions

View File

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