|
|
@ -52,7 +52,7 @@ class FazIE(InfoExtractor):
|
|
|
|
formats = []
|
|
|
|
formats = []
|
|
|
|
for pref, code in enumerate(['LOW', 'HIGH', 'HQ']):
|
|
|
|
for pref, code in enumerate(['LOW', 'HIGH', 'HQ']):
|
|
|
|
encoding = xpath_element(encodings, code)
|
|
|
|
encoding = xpath_element(encodings, code)
|
|
|
|
if encoding:
|
|
|
|
if encoding is not None:
|
|
|
|
encoding_url = xpath_text(encoding, 'FILENAME')
|
|
|
|
encoding_url = xpath_text(encoding, 'FILENAME')
|
|
|
|
if encoding_url:
|
|
|
|
if encoding_url:
|
|
|
|
formats.append({
|
|
|
|
formats.append({
|
|
|
|