]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/sbs.py
New upstream version 2019.06.08
[youtubedl] / youtube_dl / extractor / sbs.py
index 845712a7640afe9f675757c2f711830c9c79a00f..0e623ff7b7039e541754088d606c33855ca5a01b 100644 (file)
@@ -55,8 +55,8 @@ class SBSIE(InfoExtractor):
             raise ExtractorError('%s said: %s' % (self.IE_NAME, error_message), expected=True)
 
         urls = player_params['releaseUrls']
-        theplatform_url = (urls.get('progressive') or urls.get('html') or
-                           urls.get('standard') or player_params['relatedItemsURL'])
+        theplatform_url = (urls.get('progressive') or urls.get('html')
+                           or urls.get('standard') or player_params['relatedItemsURL'])
 
         return {
             '_type': 'url_transparent',