X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fsnagfilms.py;h=6977afb27850ff908f1c08fcc4ecc672b7b5cc9f;hb=6fdb39ded15c6276b49fa67cb517bf1fed63af35;hp=0e820d25048638abe2b4a23280744fe5005983ce;hpb=496ce6b3493757e806d857363955a2289410a4e5;p=youtube-dl diff --git a/youtube_dl/extractor/snagfilms.py b/youtube_dl/extractor/snagfilms.py index 0e820d250..6977afb27 100644 --- a/youtube_dl/extractor/snagfilms.py +++ b/youtube_dl/extractor/snagfilms.py @@ -63,7 +63,7 @@ class SnagFilmsEmbedIE(InfoExtractor): type_ = source.get('type') ext = determine_ext(file_) format_id = source.get('label') or ext - if all(_ == 'm3u8' for _ in (type_, ext)): + if all(v == 'm3u8' for v in (type_, ext)): formats.extend(self._extract_m3u8_formats( file_, video_id, 'mp4', m3u8_id='hls')) else: