X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fhitrecord.py;h=fd5dc293573654d206cbd19f26b995c1bcea5832;hb=bee6451fe88dbe8d983150cb17565d1c3e9024f7;hp=01a6946d0d706691cd6ca43c0679cdfb4069924a;hpb=364131584be61801080785e8bced4dc11cb7c9b9;p=youtube-dl.git diff --git a/youtube_dl/extractor/hitrecord.py b/youtube_dl/extractor/hitrecord.py index 01a6946d0..fd5dc2935 100644 --- a/youtube_dl/extractor/hitrecord.py +++ b/youtube_dl/extractor/hitrecord.py @@ -47,8 +47,8 @@ class HitRecordIE(InfoExtractor): tags = [ t['text'] for t in tags_list - if isinstance(t, dict) and t.get('text') and - isinstance(t['text'], compat_str)] + if isinstance(t, dict) and t.get('text') + and isinstance(t['text'], compat_str)] return { 'id': video_id,