Add a default mask with a subdirectory

As a clue that this is supported. See #2
This commit is contained in:
Nils Maier 2019-08-22 00:40:04 +02:00
parent 056c164659
commit 3eaa7ed822

View File

@ -102,8 +102,8 @@ export const MASK = new RecentList("mask", [
"*name*.*ext*",
"*num*_*name*.*ext*",
"*url*-*name*.*ext*",
"*name* (*text*).*ext*",
"*name* (*hh*-*mm*).*ext*"
"downthemall/*y*-*m*/*name*.*ext*",
"*name* (*text*).*ext*"
]);
MASK.init().catch(console.error);