From 9f13d40fcebdda90d254b3429747f7020f1d110c Mon Sep 17 00:00:00 2001 From: Allan Beaufour Date: Sun, 23 Dec 2018 11:09:37 -0500 Subject: [PATCH] changes default naming mode to `title_increment` --- flickr_download/filename_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flickr_download/filename_handlers.py b/flickr_download/filename_handlers.py index fc3e423..ac0be2b 100644 --- a/flickr_download/filename_handlers.py +++ b/flickr_download/filename_handlers.py @@ -8,7 +8,7 @@ from __future__ import unicode_literals from collections import defaultdict -DEFAULT_HANDLER = 'title' +DEFAULT_HANDLER = 'title_increment' """The default handler if none is specified"""