[booru] add an option to extract notes (only gelbooru for now) (#1457)

* [booru] add an option to extract notes (currently implemented only for gelbooru)

* appease linter

* [gelbooru] rename "text" to "body" in note extraction

* add a code comment about reusing return value of _extended_tags
This commit is contained in:
thatfuckingbird
2021-04-13 23:40:24 +02:00
committed by GitHub
parent 78d7ee3ef4
commit dff03a6605
5 changed files with 74 additions and 3 deletions

View File

@@ -279,7 +279,8 @@
},
"booru":
{
"tags": false
"tags": false,
"notes": false
}
},