mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-12-23 04:30:10 +09:00
Update youtube_dl/extractor/videocdn.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
62e96f48db
commit
6ff4cde8e8
@ -44,7 +44,8 @@ class VideoCdnIE(InfoExtractor):
|
|||||||
|
|
||||||
thumbnail = self._search_regex(
|
thumbnail = self._search_regex(
|
||||||
r'\"thumbnailUrl\":\"(?P<thumbnail>[^\"]+)',
|
r'\"thumbnailUrl\":\"(?P<thumbnail>[^\"]+)',
|
||||||
webpage, 'thumbnail', group='thumbnail')
|
webpage, 'thumbnail', group='thumbnail',
|
||||||
|
default=None)
|
||||||
|
|
||||||
title = self._search_regex(
|
title = self._search_regex(
|
||||||
r'\"name\":\"(?P<title>[^\"]+)',
|
r'\"name\":\"(?P<title>[^\"]+)',
|
||||||
|
Loading…
Reference in New Issue
Block a user