[weibo] add 'videos' option
This commit is contained in:
@@ -1232,6 +1232,24 @@ Description Your `API Key <https://wallhaven.cc/settings/account>`__ to use
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.weibo.retweets
|
||||
------------------------
|
||||
=========== =====
|
||||
Type ``bool``
|
||||
Default ``true``
|
||||
Description Extract media from retweeted posts.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.weibo.videos
|
||||
----------------------
|
||||
=========== =====
|
||||
Type ``bool``
|
||||
Default ``true``
|
||||
Description Download video files.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.[booru].tags
|
||||
----------------------
|
||||
=========== =====
|
||||
|
||||
@@ -167,6 +167,11 @@
|
||||
{
|
||||
"api-key": null
|
||||
},
|
||||
"weibo":
|
||||
{
|
||||
"retweets": true,
|
||||
"videos": true
|
||||
},
|
||||
"booru":
|
||||
{
|
||||
"tags": false
|
||||
|
||||
Reference in New Issue
Block a user