Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
youtube_dl/extractor/dplay.py
|
|
@ -342,6 +342,7 @@ class DPlayItIE(InfoExtractor): |
|
|
|
formats = self._extract_m3u8_formats( |
|
|
|
hls_url, display_id, ext='mp4', entry_protocol='m3u8_native', |
|
|
|
m3u8_id='hls') |
|
|
|
self._sort_formats(formats) |
|
|
|
|
|
|
|
series = self._html_search_regex( |
|
|
|
r'(?s)<h1[^>]+class=["\'].*?\bshow_title\b.*?["\'][^>]*>(.+?)</h1>', |
|
|
|