]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
[faz] Future-proof XML element check
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 20 Feb 2016 13:11:44 +0000 (14:11 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 20 Feb 2016 13:11:44 +0000 (14:11 +0100)
youtube_dl/extractor/faz.py

index 6f9b003c2b2f490094dde43098e8087062886a2f..fd535457dc56a589eaf9e062dc40fe5374735020 100644 (file)
@@ -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({