]> git.lizzy.rs Git - nhentai.git/blobdiff - nhentai/cmdline.py
remove debug print
[nhentai.git] / nhentai / cmdline.py
index e07467f78da234380d98204371db0ac4af218bd7..0450f61e51ca64b28669979e6810301f0dbccbe9 100644 (file)
@@ -71,7 +71,7 @@ def cmd_parser():
                       help='all search results')
     parser.add_option('--page', '--page-range', type='string', dest='page', action='store', default='',
                       help='page number of search results. e.g. 1,2-5,14')
-    parser.add_option('--sorting', dest='sorting', action='store', default='date',
+    parser.add_option('--sorting', dest='sorting', action='store', default='popular',
                       help='sorting of doujinshi (recent / popular / popular-[today|week])',
                       choices=['recent', 'popular', 'popular-today', 'popular-week', 'date'])