diff --git a/youtube_dl/extractor/metrotvnews.py b/youtube_dl/extractor/metrotvnews.py index 2a7890225..7abf1c876 100644 --- a/youtube_dl/extractor/metrotvnews.py +++ b/youtube_dl/extractor/metrotvnews.py @@ -3,21 +3,15 @@ from __future__ import unicode_literals from .common import InfoExtractor - - class MetrotvnewsIE(InfoExtractor): _VALID_URL = r'https:\/\/www.metrotvnews\.com\/play\/(?P\S+)-\S+' - def _real_extract(self, url): - video_id = self._match_id(url) - webpage = self._download_webpage( url, video_id ) - title = self._html_search_regex(r'(.+) - www.metrotvnews.com<\/title>', webpage, 'title') download_url = self._html_search_regex(