[bilibili] Make anthology title non-fatal

This commit is contained in:
pukkandan 2022-01-24 20:58:32 +05:30
parent 88f23a18e0
commit 2568d41f70
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ class BiliBiliIE(InfoExtractor):
title = self._html_search_regex(
(r'<h1[^>]+\btitle=(["\'])(?P<title>(?:(?!\1).)+)\1',
r'(?s)<h1[^>]*>(?P<title>.+?)</h1>'), webpage, 'title',
group='title')
group='title', fatal=False)
# Get part title for anthologies
if page_id is not None: