mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 00:25:08 +00:00
[extractor] Standardize _live_title
This commit is contained in:
@ -434,8 +434,6 @@ class VKIE(VKBaseIE):
|
||||
# 2 = live
|
||||
# 3 = post live (finished live)
|
||||
is_live = data.get('live') == 2
|
||||
if is_live:
|
||||
title = self._live_title(title)
|
||||
|
||||
timestamp = unified_timestamp(self._html_search_regex(
|
||||
r'class=["\']mv_info_date[^>]+>([^<]+)(?:<|from)', info_page,
|
||||
|
Reference in New Issue
Block a user