From 9adff20bb5b41b363aba2e9c13f6c5758dc0395b Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Thu, 6 Oct 2016 01:33:34 -0400 Subject: [PATCH] strip unused title= code --- youtube_dl/extractor/iqm2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dl/extractor/iqm2.py b/youtube_dl/extractor/iqm2.py index 0ddb41300..80071a2e8 100644 --- a/youtube_dl/extractor/iqm2.py +++ b/youtube_dl/extractor/iqm2.py @@ -89,8 +89,6 @@ class IQM2IE(InfoExtractor): video_id = mobj.group('id') webpage = self._download_webpage(url, video_id) - # title = self._html_search_regex(r'

(.*?)

', webpage, 'title') - title = 'Video title goes here' purl = compat_urllib_parse_urlparse(url) hostname = purl.hostname