mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 11:54:50 +00:00 
			
		
		
		
	HLS: Ignore possible folders when doing naive final merge
This commit is contained in:
		
							parent
							
								
									323577a5fd
								
							
						
					
					
						commit
						9e0515609f
					
				@ -481,10 +481,11 @@ class HLS:
 | 
			
		||||
        else:
 | 
			
		||||
            with open(save_path, "wb") as f:
 | 
			
		||||
                for discontinuity_file in sorted(save_dir.iterdir()):
 | 
			
		||||
                    if discontinuity_file.is_dir():
 | 
			
		||||
                        continue
 | 
			
		||||
                    discontinuity_data = discontinuity_file.read_bytes()
 | 
			
		||||
                    f.write(discontinuity_data)
 | 
			
		||||
                    discontinuity_file.unlink()
 | 
			
		||||
            save_dir.rmdir()
 | 
			
		||||
            shutil.rmtree(save_dir)
 | 
			
		||||
 | 
			
		||||
        progress(downloaded="Downloaded")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user