Merge remote-tracking branch 'origin/master'

This commit is contained in:
Philipp Hagemeister 2014-05-16 15:52:01 +02:00
commit 426b52fc5d
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ class GenericIE(InfoExtractor):
# HTML5 video
found = re.findall(r'(?s)<video[^<]*(?:>.*?<source.*?)? src="([^"]+)"', webpage)
if not found:
found = re.findall(
found = re.search(
r'(?i)<meta\s+(?=(?:[a-z-]+="[^"]+"\s+)*http-equiv="refresh")'
r'(?:[a-z-]+="[^"]+"\s+)*?content="[0-9]{,2};url=\'([^\']+)\'"',
webpage)