Skip to content

Commit

Permalink
[line] lint (remove space on empty line)
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Mar 14, 2018
1 parent f226880 commit f3672ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _real_extract(self, url):
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,
Expand Down

0 comments on commit f3672ac

Please sign in to comment.