소스 검색

[line] lint (remove space on empty line)

Philipp Hagemeister 7 년 전
부모
커밋
f3672ac522
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      youtube_dl/extractor/line.py

+ 1 - 1
youtube_dl/extractor/line.py

@@ -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,