[tumblr] Improve downloading notes
This commit is contained in:
parent
c909e5820e
commit
3f302bca8c
|
@ -66,7 +66,8 @@ class TumblrIE(InfoExtractor):
|
||||||
if iframe_url is None:
|
if iframe_url is None:
|
||||||
return self.url_result(urlh.geturl(), 'Generic')
|
return self.url_result(urlh.geturl(), 'Generic')
|
||||||
|
|
||||||
iframe = self._download_webpage(iframe_url, video_id)
|
iframe = self._download_webpage(iframe_url, video_id,
|
||||||
|
'Downloading iframe page')
|
||||||
video_url = self._search_regex(r'<source src="([^"]+)"',
|
video_url = self._search_regex(r'<source src="([^"]+)"',
|
||||||
iframe, 'video url')
|
iframe, 'video url')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue