diff --git a/youtube_dl/extractor/makotv.py b/youtube_dl/extractor/makotv.py index 8222c4275..7ffc9d918 100644 --- a/youtube_dl/extractor/makotv.py +++ b/youtube_dl/extractor/makotv.py @@ -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)