Browse Source

[line] lint (remove space on empty line)

master
Philipp Hagemeister 6 years ago
parent
commit
f3672ac522
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/line.py

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

Loading…
Cancel
Save