[liveleak] Simplify and PEP 8
This commit is contained in:
parent
3779d524df
commit
8b0d3ee64e
|
@ -66,7 +66,10 @@ class LiveLeakIE(InfoExtractor):
|
||||||
'uploader': 'Ziz',
|
'uploader': 'Ziz',
|
||||||
'upload_date': '20160908',
|
'upload_date': '20160908',
|
||||||
'uploader_id': 'UCEbta5E_jqlZmEJsriTEtnw'
|
'uploader_id': 'UCEbta5E_jqlZmEJsriTEtnw'
|
||||||
}
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
}]
|
}]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -100,7 +103,7 @@ class LiveLeakIE(InfoExtractor):
|
||||||
else:
|
else:
|
||||||
# Maybe an embed?
|
# Maybe an embed?
|
||||||
embed_url = self._search_regex(
|
embed_url = self._search_regex(
|
||||||
r'<iframe[^>]+src="((?:(?:http://www.prochan.com/embed\?)|(?:http://www.youtube.com/embed))[^"]+)"',
|
r'<iframe[^>]+src="(https?://(?:www\.)?(?:prochan|youtube)\.com/embed[^"]+)"',
|
||||||
webpage, 'embed URL')
|
webpage, 'embed URL')
|
||||||
return {
|
return {
|
||||||
'_type': 'url_transparent',
|
'_type': 'url_transparent',
|
||||||
|
|
Loading…
Reference in New Issue