1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[line] lint (remove space on empty line)

This commit is contained in:
Philipp Hagemeister 2018-03-14 09:55:46 +01:00
parent f226880c6d
commit f3672ac522

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