[instagram] implement 'videos' option (closes #521)
This commit is contained in:
@@ -770,6 +770,15 @@ Description Include *Story Highlights* when downloading a user profile.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.instagram.videos
|
||||
--------------------------
|
||||
=========== =====
|
||||
Type ``bool``
|
||||
Default ``true``
|
||||
Description Download video files.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.kissmanga.captcha
|
||||
---------------------------
|
||||
=========== =====
|
||||
|
||||
@@ -72,7 +72,8 @@
|
||||
},
|
||||
"instagram":
|
||||
{
|
||||
"highlights": false
|
||||
"highlights": false,
|
||||
"videos": true
|
||||
},
|
||||
"kissmanga":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user