From 3eaa7ed822c012fc09abea432d4da7563febf096 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Thu, 22 Aug 2019 00:40:04 +0200 Subject: [PATCH] Add a default mask with a subdirectory As a clue that this is supported. See #2 --- lib/recentlist.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/recentlist.ts b/lib/recentlist.ts index 38bce37..84e58eb 100644 --- a/lib/recentlist.ts +++ b/lib/recentlist.ts @@ -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);