[instagram] implement 'videos' option (closes #521)

This commit is contained in:
Mike Fährmann
2019-12-19 17:15:41 +01:00
parent 1921c127a5
commit 95c90722ee
3 changed files with 17 additions and 2 deletions

View File

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

View File

@@ -72,7 +72,8 @@
},
"instagram":
{
"highlights": false
"highlights": false,
"videos": true
},
"kissmanga":
{