PEP8 applied
[youtube-dl] / youtube_dl / extractor / motherless.py
index 3621ff99e76da1bffabda1a81f6181fd4a6ed61c..97d5da626a7a5d2555ac3107eb89d1a4fd11b510 100644 (file)
@@ -72,7 +72,7 @@ class MotherlessIE(InfoExtractor):
         like_count = str_to_int(self._html_search_regex(
             r'<strong>Favorited</strong>\s+([^<]+)<',
             webpage, 'like count', fatal=False))
+
         upload_date = self._html_search_regex(
             r'<strong>Uploaded</strong>\s+([^<]+)<', webpage, 'upload date')
         if 'Ago' in upload_date: