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:
parent
841b2af158
commit
9adff20bb5
@ -89,8 +89,6 @@ class IQM2IE(InfoExtractor):
|
|||||||
video_id = mobj.group('id')
|
video_id = mobj.group('id')
|
||||||
|
|
||||||
webpage = self._download_webpage(url, video_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)
|
purl = compat_urllib_parse_urlparse(url)
|
||||||
hostname = purl.hostname
|
hostname = purl.hostname
|
||||||
|
Loading…
Reference in New Issue
Block a user