mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-22 17:15:39 +07:00
[sunporno] fix extraction
This commit is contained in:
@@ -52,7 +52,7 @@ def _real_extract(self, url):
|
||||
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user