]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/ndtv.py
New upstream version 2019.06.08
[youtubedl] / youtube_dl / extractor / ndtv.py
index ddec89f2c3091c822a61d2a6790b9fc877c15829..bc3eb91606885524bca8dd6f1667f50e33788fd5 100644 (file)
@@ -84,8 +84,8 @@ class NDTVIE(InfoExtractor):
 
         # '__title' does not contain extra words such as sub-site name, "Video" etc.
         title = compat_urllib_parse_unquote_plus(
-            self._search_regex(r"__title\s*=\s*'([^']+)'", webpage, 'title', default=None) or
-            self._og_search_title(webpage))
+            self._search_regex(r"__title\s*=\s*'([^']+)'", webpage, 'title', default=None)
+            or self._og_search_title(webpage))
 
         filename = self._search_regex(
             r"(?:__)?filename\s*[:=]\s*'([^']+)'", webpage, 'video filename')