mirror of
				https://github.com/karl0ss/GoGoDownloader.git
				synced 2025-10-31 14:44:18 +00:00 
			
		
		
		
	fix for single episodes
This commit is contained in:
		
							parent
							
								
									3b599893bc
								
							
						
					
					
						commit
						02fa241ec6
					
				| @ -110,7 +110,7 @@ def gogodownloader(config): | ||||
|                         CustomMessage( | ||||
|                             f"{ERR}episode_start or episode_end cannot be more than {all_episodes}" | ||||
|                         ).print_error() | ||||
|                     elif episode_end <= episode_start: | ||||
|                     elif episode_end < episode_start: | ||||
|                         CustomMessage( | ||||
|                             f"{ERR}episode_end cannot be less than or equal to episode_start" | ||||
|                         ).print_error() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Karl Hudgell
						Karl Hudgell