Remove empty line

This commit is contained in:
relrelb 2020-04-10 16:25:16 +03:00
parent 0b1814211b
commit ce352893c5
1 changed files with 0 additions and 1 deletions

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)