mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 07:05:41 +07:00
[line] lint (remove space on empty line)
This commit is contained in:
@@ -77,7 +77,7 @@ def _real_extract(self, url):
|
|||||||
title = self._og_search_title(webpage)
|
title = self._og_search_title(webpage)
|
||||||
|
|
||||||
# like_count requires an additional API request https://tv.line.me/api/likeit/getCount
|
# like_count requires an additional API request https://tv.line.me/api/likeit/getCount
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'title': title,
|
'title': title,
|
||||||
|
|||||||
Reference in New Issue
Block a user