mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
[camwithher] Remove extra blank line
This commit is contained in:
@@ -72,7 +72,6 @@ def _real_extract(self, url):
|
|||||||
upload_date = unified_strdate(self._search_regex(
|
upload_date = unified_strdate(self._search_regex(
|
||||||
r'Added on\s*:\s*([\d-]+)', webpage, 'upload date', default=None))
|
r'Added on\s*:\s*([\d-]+)', webpage, 'upload date', default=None))
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': flv_id,
|
'id': flv_id,
|
||||||
'url': rtmp_url,
|
'url': rtmp_url,
|
||||||
|
|||||||
Reference in New Issue
Block a user