[bilibili] Make anthology title non-fatal

pull/2540/head
pukkandan 2 years ago
parent 88f23a18e0
commit 2568d41f70
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -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:

Loading…
Cancel
Save