mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[youtube] Relax URL expansion in description
This commit is contained in:
parent
de3c7fe0d4
commit
525cedb971
1 changed files with 1 additions and 1 deletions
|
@ -1332,7 +1332,7 @@ def add_dash_mpd(video_info):
|
|||
(?:[a-zA-Z-]+="[^"]*"\s+)*?
|
||||
(?:title|href)="([^"]+)"\s+
|
||||
(?:[a-zA-Z-]+="[^"]*"\s+)*?
|
||||
class="(?:yt-uix-redirect-link|yt-uix-sessionlink[^"]*)"[^>]*>
|
||||
class="[^"]*"[^>]*>
|
||||
[^<]+\.{3}\s*
|
||||
</a>
|
||||
''', r'\1', video_description)
|
||||
|
|
Loading…
Reference in a new issue