[danbooru] change default for 'ugoira' to 'false'
Downloading the pre-rendered versions should be a better default than .zip files with individual frames.
This commit is contained in:
@@ -550,7 +550,7 @@ extractor.danbooru.ugoira
|
||||
-------------------------
|
||||
=========== =====
|
||||
Type ``bool``
|
||||
Default ``true``
|
||||
Default ``false``
|
||||
Description Controls the download target for Ugoira posts.
|
||||
|
||||
* ``true``: Original ZIP archives
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
{
|
||||
"username": null,
|
||||
"password": null,
|
||||
"ugoira": true
|
||||
"ugoira": false
|
||||
},
|
||||
"deviantart":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user