mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-15 06:48:00 +09:00
follow coding conventions
This commit is contained in:
parent
f6c4b9da47
commit
c848538aff
@ -95,7 +95,6 @@ class NewgroundsIE(InfoExtractor):
|
|||||||
'height': int(source[:-2]) # 1080p -> 1080
|
'height': int(source[:-2]) # 1080p -> 1080
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
title = self._html_search_regex(
|
title = self._html_search_regex(
|
||||||
r'<title>([^>]+)</title>', webpage, 'title')
|
r'<title>([^>]+)</title>', webpage, 'title')
|
||||||
timestamp = unified_timestamp(self._html_search_regex(
|
timestamp = unified_timestamp(self._html_search_regex(
|
||||||
|
Loading…
Reference in New Issue
Block a user