mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	Remove silent args in aria2c calls for HLS/DASH
This commit is contained in:
		
							parent
							
								
									432a1122c5
								
							
						
					
					
						commit
						9e23ee13bb
					
				@ -471,8 +471,7 @@ class DASH:
 | 
			
		||||
                        uri=segment_uri,
 | 
			
		||||
                        out=segment_save_path,
 | 
			
		||||
                        headers=session.headers,
 | 
			
		||||
                        proxy=proxy,
 | 
			
		||||
                        silent=True
 | 
			
		||||
                        proxy=proxy
 | 
			
		||||
                    )
 | 
			
		||||
 | 
			
		||||
                data_size = segment_save_path.stat().st_size
 | 
			
		||||
 | 
			
		||||
@ -291,8 +291,7 @@ class HLS:
 | 
			
		||||
                    uri=segment.uri,
 | 
			
		||||
                    out=segment_save_path,
 | 
			
		||||
                    headers=session.headers,
 | 
			
		||||
                    proxy=proxy,
 | 
			
		||||
                    silent=True
 | 
			
		||||
                    proxy=proxy
 | 
			
		||||
                )
 | 
			
		||||
 | 
			
		||||
            data_size = segment_save_path.stat().st_size
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user