1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-17 18:49:33 +00:00

[youporn] Restrict fallback download URL (refs #27822)

This commit is contained in:
Sergey M․ 2021-01-15 15:12:04 +07:00
parent aa860b8016
commit 7e92f9015e
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -103,7 +103,7 @@ class YouPornIE(InfoExtractor):
links.append(video_url)
# Fallback #1, this also contains extra low quality 180p format
for _, link in re.findall(r'<a[^>]+href=(["\'])(http.+?)\1[^>]+title=["\']Download [Vv]ideo', webpage):
for _, link in re.findall(r'<a[^>]+href=(["\'])(http(?:(?!\1).)+\.mp4(?:(?!\1).)*)\1[^>]+title=["\']Download [Vv]ideo', webpage):
links.append(link)
# Fallback #2 (unavailable as at 22.06.2017)