[extractor] Standardize _live_title
This commit is contained in:
parent
46383212b3
commit
39ca3b5c7f
67 changed files with 68 additions and 94 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue