[downloader/fragment] Remove assert for resume_len when no fragments downloaded
This may be incorrect due some header (e.g. flv header in f4m downloader)
This commit is contained in:
		
							parent
							
								
									8814ae42bc
								
							
						
					
					
						commit
						c0fa4245ce
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -155,8 +155,6 @@ class FragmentFD(FileDownloader):
 | 
			
		|||
                self._write_ytdl_file(ctx)
 | 
			
		||||
            if ctx['fragment_index'] > 0:
 | 
			
		||||
                assert resume_len > 0
 | 
			
		||||
            else:
 | 
			
		||||
                assert resume_len == 0
 | 
			
		||||
 | 
			
		||||
        dest_stream, tmpfilename = sanitize_open(tmpfilename, open_mode)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue