diff options
| -rwxr-xr-x | youtube-dl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube-dl b/youtube-dl index 08297e2e0..f059887a6 100755 --- a/youtube-dl +++ b/youtube-dl @@ -847,7 +847,7 @@ class YoutubeIE(InfoExtractor):  				return  			# Attempt to extract SWF player URL -			mobj = re.search(r'swfConfig.*"(http://.*?watch-.*?\.swf)"', video_webpage) +			mobj = re.search(r'swfConfig.*"(http://.*?watch.*?-.*?\.swf)"', video_webpage)  			if mobj is not None:  				player_url = mobj.group(1)  			else: | 
