mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 11:54:50 +00:00 
			
		
		
		
	Fix Cookie update at the end of dl command
This commit is contained in:
		
							parent
							
								
									837061cf91
								
							
						
					
					
						commit
						3dbe0caa52
					
				@ -659,7 +659,7 @@ class dl:
 | 
			
		||||
 | 
			
		||||
            # update cookies
 | 
			
		||||
            cookie_file = self.get_cookie_path(self.service, self.profile)
 | 
			
		||||
            if cookie_file.exists():
 | 
			
		||||
            if cookie_file:
 | 
			
		||||
                self.save_cookies(cookie_file, service.session.cookies)
 | 
			
		||||
 | 
			
		||||
        dl_time = time_elapsed_since(start_time)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user