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