Update yt_dlp/extractor/youtube/_video.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
pull/12748/head
sepro 1 month ago committed by GitHub
parent c13b821354
commit 3364c41934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2182,7 +2182,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
(?P<value> (?P<value>
(?P<q2>["\'])(?:(?!(?P=q2)).|\\.)+(?P=q2) (?P<q2>["\'])(?:(?!(?P=q2)).|\\.)+(?P=q2)
\.split\((?P<q3>["\'])(?:(?!(?P=q3)).)+(?P=q3)\) \.split\((?P<q3>["\'])(?:(?!(?P=q3)).)+(?P=q3)\)
|\[((?P<q4>["\'])(?:(?!(?P=q4)).|\\.)*(?P=q4),?\s*)*\] |\[\s*(?:(?P<q4>["\'])(?:(?!(?P=q4)).|\\.)*(?P=q4),?\s*)+\]
) )
)[;,] )[;,]
''', jscode, 'global variable', group=('code', 'name', 'value'), default=(None, None, None)) ''', jscode, 'global variable', group=('code', 'name', 'value'), default=(None, None, None))

Loading…
Cancel
Save