mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 03:45:33 +08:00
parent
cdf763e9ae
commit
59862fcd65
@ -92,7 +92,8 @@ class ScreencastIE(InfoExtractor):
|
||||
|
||||
if video_url is None:
|
||||
video_url = self._html_search_regex(
|
||||
r'"MediaContentUrl":"([^"]+)"', webpage, 'media content url', default=None)
|
||||
r'MediaContentUrl["\']\s*:(["\'])(?P<url>(?:(?!\1).)+)\1',
|
||||
webpage, 'video url', default=None, group='url')
|
||||
|
||||
if video_url is None:
|
||||
video_url = self._html_search_meta(
|
||||
|
Loading…
Reference in New Issue
Block a user