1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

Remove empty line

This commit is contained in:
relrelb 2020-04-10 16:25:16 +03:00
parent 0b1814211b
commit ce352893c5

View File

@ -47,7 +47,6 @@ class MakoTVIE(InfoExtractor):
},
]
def _real_extract(self, url):
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)