about summary refs log tree commit diff
path: root/youtube_dl/extractor/hitrecord.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/hitrecord.py')
-rw-r--r--youtube_dl/extractor/hitrecord.py4
1 files changed, 2 insertions, 2 deletions
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,