From 58be8f1966a42b70f7b9fc28afe7d5fe9556da12 Mon Sep 17 00:00:00 2001 From: Dante Date: Wed, 8 Apr 2020 20:40:51 -0700 Subject: [PATCH] Formatting of code according to convention --- youtube_dl/extractor/metrotvnews.py | 6 ------ 1 file changed, 6 deletions(-) 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(