]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
[line] lint (remove space on empty line)
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 14 Mar 2018 08:55:46 +0000 (09:55 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 14 Mar 2018 08:55:46 +0000 (09:55 +0100)
youtube_dl/extractor/line.py

index 8414312fcbd688f41172b8f2cae9fd06bbbf425a..7f5fa446ea451cdb49a7dccc1f76fc57a5813210 100644 (file)
@@ -77,7 +77,7 @@ class LineTVIE(InfoExtractor):
         title = self._og_search_title(webpage)
 
         # like_count requires an additional API request https://tv.line.me/api/likeit/getCount
-        
+
         return {
             'id': video_id,
             'title': title,