|
|
|
@ -640,7 +640,7 @@ class GenericIE(InfoExtractor):
|
|
|
|
|
mobj = re.search(r'<meta\s[^>]*https?://api\.blip\.tv/\w+/redirect/\w+/(\d+)', webpage)
|
|
|
|
|
if mobj:
|
|
|
|
|
return self.url_result('http://blip.tv/a/a-'+mobj.group(1), 'BlipTV')
|
|
|
|
|
mobj = re.search(r'<(?:iframe|embed|object)\s[^>]*(https?://(?:\w+\.)?blip\.tv/(?:play/|api\.swf#)[a-zA-Z0-9]+)', webpage)
|
|
|
|
|
mobj = re.search(r'<(?:iframe|embed|object)\s[^>]*(https?://(?:\w+\.)?blip\.tv/(?:play/|api\.swf#)[a-zA-Z0-9_]+)', webpage)
|
|
|
|
|
if mobj:
|
|
|
|
|
return self.url_result(mobj.group(1), 'BlipTV')
|
|
|
|
|
|
|
|
|
|