1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

Add Kaltura support for an uncommon typo in a GDC Vault page

This commit is contained in:
Ben Rog-Wilhelm 2019-05-12 20:53:07 -07:00
parent 8ae32e1882
commit cf25e8d345

View File

@ -135,7 +135,7 @@ class KalturaIE(InfoExtractor):
''', webpage)
or re.search(
r'''(?xs)
<(?:iframe[^>]+src|meta[^>]+\bcontent)=(?P<q1>["'])
<(?:iframe[^>]+src|meta[^>]+\bcontent)=(?P<q1>["'])[ ]?
(?:https?:)?//(?:(?:www|cdnapi(?:sec)?)\.)?kaltura\.com/(?:(?!(?P=q1)).)*\b(?:p|partner_id)/(?P<partner_id>\d+)
(?:(?!(?P=q1)).)*
[?&;]entry_id=(?P<id>(?:(?!(?P=q1))[^&])+)