add subcategories to extractors

This commit is contained in:
Mike Fährmann
2015-11-30 01:11:13 +01:00
parent 81dcfbec90
commit f7c47a6018
16 changed files with 46 additions and 1 deletions

View File

@@ -4,7 +4,14 @@
{
"pixiv":
{
"directory_fmt": ["{category}", "{artist-id}"],
"user":
{
"directory_fmt": ["{category}", "{artist-id}"]
},
"bookmark":
{
"directory_fmt": ["{category}", "my bookmarks"]
},
"username": null,
"password": null
},