[sunporno] Keep old video regex just in case
This commit is contained in:
		| @@ -52,7 +52,7 @@ class SunPornoIE(InfoExtractor): | ||||
|  | ||||
|         formats = [] | ||||
|         quality = qualities(['mp4', 'flv']) | ||||
|         for video_url in re.findall(r'<video src="([^"]+)"', webpage): | ||||
|         for video_url in re.findall(r'<(?:source|video) src="([^"]+)"', webpage): | ||||
|             video_ext = determine_ext(video_url) | ||||
|             formats.append({ | ||||
|                 'url': video_url, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․