X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fdownloader%2Ff4m.py;h=0e7a1c20075499e58b977da4154ce287b144f958;hb=16e7711e22648027739096560914a976b8eea786;hp=13055a67e517d32740a9116fd14bf57e85036d2f;hpb=d543bdc351c073621e2f8647fad0f9c8da1cf5b6;p=youtube-dl diff --git a/youtube_dl/downloader/f4m.py b/youtube_dl/downloader/f4m.py index 13055a67e..0e7a1c200 100644 --- a/youtube_dl/downloader/f4m.py +++ b/youtube_dl/downloader/f4m.py @@ -231,7 +231,7 @@ class F4mFD(FileDownloader): """ def _get_unencrypted_media(self, doc): - media=doc.findall(_add_ns('media')) + media = doc.findall(_add_ns('media')) if not media: self.report_error('No media found') for e in (doc.findall(_add_ns('drmAdditionalHeader')) +