[twitter] change default value for 'videos' to 'true'
Every other 'videos' option defaulted to 'true', except Twitter.
This commit is contained in:
@@ -1153,7 +1153,7 @@ extractor.twitter.videos
|
||||
------------------------
|
||||
=========== =====
|
||||
Type ``bool`` or ``string``
|
||||
Default ``false``
|
||||
Default ``true``
|
||||
Description Control video download behavior.
|
||||
|
||||
* ``true``: Download videos and use `youtube-dl`_ to handle
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
"content": false,
|
||||
"retweets": true,
|
||||
"twitpic": false,
|
||||
"videos": false
|
||||
"videos": true
|
||||
},
|
||||
"vsco":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user