Moved around files

develop
Sven Slootweg 12 years ago
parent 70517ee2d4
commit 26e4745c45

@ -69,7 +69,7 @@ def resolve(url):
stream_pool['video_%s_%s' % (video_quality, video_format)] = video_url stream_pool['video_%s_%s' % (video_quality, video_format)] = video_url
try: try:
video_title = urllib.unquote(re.search('<meta property="og:title" content="([^"]*)">', contents).groups(1)) video_title = urllib.unquote(re.search('<meta property="og:title" content="([^"]*)">', contents).group(1))
except: except:
raise ResolverError("Could not find the video title.") raise ResolverError("Could not find the video title.")
Loading…
Cancel
Save