mirror of
				https://github.com/RicterZ/nhentai.git
				synced 2025-11-03 02:40:45 +01:00 
			
		
		
		
	0.5.25, fix #393
This commit is contained in:
		@@ -1,3 +1,3 @@
 | 
			
		||||
__version__ = '0.5.24'
 | 
			
		||||
__version__ = '0.5.25'
 | 
			
		||||
__author__ = 'RicterZ'
 | 
			
		||||
__email__ = 'ricterzheng@gmail.com'
 | 
			
		||||
 
 | 
			
		||||
@@ -111,8 +111,6 @@ def cmd_parser():
 | 
			
		||||
 | 
			
		||||
    parser.add_option('--no-filename-padding', action='store_true', dest='no_filename_padding',
 | 
			
		||||
                      default=False, help='no padding in the images filename, such as \'001.jpg\'')
 | 
			
		||||
    parser.add_option('--only-meta', action='store_true', dest='only_meta', default=False,
 | 
			
		||||
                      help='only download doujinshi metadata')
 | 
			
		||||
 | 
			
		||||
    # generate options
 | 
			
		||||
    parser.add_option('--html', dest='html_viewer', action='store_true',
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
[tool.poetry]
 | 
			
		||||
name = "nhentai"
 | 
			
		||||
version = "0.5.24"
 | 
			
		||||
version = "0.5.25"
 | 
			
		||||
description = "nhentai doujinshi downloader"
 | 
			
		||||
authors = ["Ricter Z <ricterzheng@gmail.com>"]
 | 
			
		||||
license = "MIT"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user