mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[extractor/common] Correct typo
This commit is contained in:
		
							parent
							
								
									3524cc25ca
								
							
						
					
					
						commit
						daebaab692
					
				| @ -664,7 +664,7 @@ class InfoExtractor(object): | ||||
|             elif line.startswith('#') or not line.strip(): | ||||
|                 continue | ||||
|             else: | ||||
|                 if last_info is none: | ||||
|                 if last_info is None: | ||||
|                     formats.append({'url': line}) | ||||
|                     continue | ||||
|                 tbr = int_or_none(last_info.get('BANDWIDTH'), scale=1000) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
						Philipp Hagemeister