[weibo:album] implement 'subalbum' support (#8792)
https://weibo.com/u/USER?tabtype=album-1 https://weibo.com/u/USER?tabtype=album-NAME https://weibo.com/u/USER?tabtype=album-all https://weibo.com/u/USER?tabtype=album-only
This commit is contained in:
@@ -6986,6 +6986,16 @@ Description
|
||||
Download video files.
|
||||
|
||||
|
||||
extractor.weibo.album.subalbums
|
||||
-------------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Extract subalbum media.
|
||||
|
||||
|
||||
extractor.wikimedia.format
|
||||
--------------------------
|
||||
Type
|
||||
|
||||
@@ -972,7 +972,11 @@
|
||||
"movies" : false,
|
||||
"retweets" : false,
|
||||
"text" : false,
|
||||
"videos" : true
|
||||
"videos" : true,
|
||||
|
||||
"album": {
|
||||
"subalbums": false
|
||||
}
|
||||
},
|
||||
"xfolio":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user