1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-06 18:20:02 +00:00

strip unused title= code

This commit is contained in:
John Hawkinson 2016-10-06 01:33:34 -04:00
parent 841b2af158
commit 9adff20bb5

View File

@ -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'<h1>(.*?)</h1>', webpage, 'title')
title = 'Video title goes here'
purl = compat_urllib_parse_urlparse(url)
hostname = purl.hostname