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"""