mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-07 09:57:26 +00:00
Merge pull request #4949 from peugeot/sunporno
[sunporno] fix extraction
This commit is contained in:
commit
7c86c21662
@ -52,7 +52,7 @@ class SunPornoIE(InfoExtractor):
|
||||
|
||||
formats = []
|
||||
quality = qualities(['mp4', 'flv'])
|
||||
for video_url in re.findall(r'<source src="([^"]+)"', webpage):
|
||||
for video_url in re.findall(r'<video src="([^"]+)"', webpage):
|
||||
video_ext = determine_ext(video_url)
|
||||
formats.append({
|
||||
'url': video_url,
|
||||
|
Loading…
Reference in New Issue
Block a user