mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	Delete file on failure in Requests and Curl-Impersonate downloaders
This commit is contained in:
		
							parent
							
								
									ba93c78b99
								
							
						
					
					
						commit
						5e858e1259
					
				@ -96,6 +96,7 @@ def curl_impersonate(
 | 
			
		||||
                                download_sizes.clear()
 | 
			
		||||
                break
 | 
			
		||||
            except Exception as e:
 | 
			
		||||
                out_path.unlink(missing_ok=True)
 | 
			
		||||
                if DOWNLOAD_CANCELLED.is_set() or attempts == MAX_ATTEMPTS:
 | 
			
		||||
                    raise e
 | 
			
		||||
                time.sleep(RETRY_WAIT)
 | 
			
		||||
 | 
			
		||||
@ -98,6 +98,7 @@ def requests(
 | 
			
		||||
                                download_sizes.clear()
 | 
			
		||||
                break
 | 
			
		||||
            except Exception as e:
 | 
			
		||||
                out_path.unlink(missing_ok=True)
 | 
			
		||||
                if DOWNLOAD_CANCELLED.is_set() or attempts == MAX_ATTEMPTS:
 | 
			
		||||
                    raise e
 | 
			
		||||
                time.sleep(RETRY_WAIT)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user