mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	Ignore aria2's "If errors see the log file" logs
This commit is contained in:
		
							parent
							
								
									d3cfc722dc
								
							
						
					
					
						commit
						0ac1955db6
					
				@ -135,6 +135,8 @@ async def aria2c(
 | 
			
		||||
                    elif not is_dl_summary:
 | 
			
		||||
                        if "aria2 will resume download if the transfer is restarted" in line:
 | 
			
		||||
                            continue
 | 
			
		||||
                        if "If there are any errors, then see the log file" in line:
 | 
			
		||||
                            continue
 | 
			
		||||
                        log_buffer += f"{line.strip()}\n"
 | 
			
		||||
 | 
			
		||||
            if log_buffer:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user