mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[faz] Future-proof XML element check
This commit is contained in:
		| @@ -52,7 +52,7 @@ class FazIE(InfoExtractor): | ||||
|         formats = [] | ||||
|         for pref, code in enumerate(['LOW', 'HIGH', 'HQ']): | ||||
|             encoding = xpath_element(encodings, code) | ||||
|             if encoding: | ||||
|             if encoding is not None: | ||||
|                 encoding_url = xpath_text(encoding, 'FILENAME') | ||||
|                 if encoding_url: | ||||
|                     formats.append({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister