mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	
							parent
							
								
									89f5e04348
								
							
						
					
					
						commit
						fd52073605
					
				@ -295,6 +295,9 @@ class HLS:
 | 
				
			|||||||
                        last_speed_refresh = now
 | 
					                        last_speed_refresh = now
 | 
				
			||||||
                        download_sizes.clear()
 | 
					                        download_sizes.clear()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if skip_event.is_set():
 | 
				
			||||||
 | 
					            return
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        with open(save_path, "wb") as f:
 | 
					        with open(save_path, "wb") as f:
 | 
				
			||||||
            for segment_file in sorted(save_dir.iterdir()):
 | 
					            for segment_file in sorted(save_dir.iterdir()):
 | 
				
			||||||
                f.write(segment_file.read_bytes())
 | 
					                f.write(segment_file.read_bytes())
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user