mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 00:25:06 +00:00
parent
8a04054647
commit
eb2d9504b9
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ def _real_extract(self, url):
|
|||
webpage, 'description', fatal=False),
|
||||
'thumbnail': f'https://open.http.mp.streamamg.com/p/{self._PARTNER_ID}/sp/{self._PARTNER_ID}00/thumbnail/entry_id/{entryid}/version/100001/height/1920',
|
||||
'timestamp': unified_timestamp(self._html_search_regex(
|
||||
r'<span itemprop="description" content=["\']([^"\']+)["\']>', webpage, 'upload time')),
|
||||
r'<span itemprop="uploadDate" content=["\']([^"\']+)["\']>', webpage, 'upload time', fatal=False)),
|
||||
'series': self._html_search_regex(r'data-series\s*?=\s*?"(.*?)"', webpage, 'series', fatal=False) or None,
|
||||
'season': self._html_search_regex(r'data-tournament-city\s*?=\s*?"(.*?)"', webpage, 'season', fatal=False) or None,
|
||||
'episode': self._html_search_regex(r'data-round\s*?=\s*?"(.*?)"', webpage, 'round', fatal=False) or None,
|
||||
|
|
Loading…
Reference in a new issue