[weibo] add 'videos' option

This commit is contained in:
Mike Fährmann
2020-04-29 23:27:29 +02:00
parent 9f638c2e01
commit 5e2974d699
3 changed files with 26 additions and 1 deletions

View File

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

View File

@@ -167,6 +167,11 @@
{
"api-key": null
},
"weibo":
{
"retweets": true,
"videos": true
},
"booru":
{
"tags": false