[instagram:stories] add 'split' option (#7521)
This commit is contained in:
@@ -3085,6 +3085,16 @@ Description
|
||||
Do not download videos
|
||||
|
||||
|
||||
extractor.instagram.stories.split
|
||||
---------------------------------
|
||||
Type
|
||||
* ``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Split ``stories`` elements into separate posts.
|
||||
|
||||
|
||||
extractor.itaku.videos
|
||||
----------------------
|
||||
Type
|
||||
|
||||
@@ -365,7 +365,11 @@
|
||||
"order-files": "asc",
|
||||
"order-posts": "asc",
|
||||
"previews" : false,
|
||||
"videos" : true
|
||||
"videos" : true,
|
||||
|
||||
"stories": {
|
||||
"split": false
|
||||
}
|
||||
},
|
||||
"itaku":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user