Authored by: TobiX
pull/9311/head
Tobias Gruetzmacher 3 months ago committed by GitHub
parent 069b2aedae
commit f1570ab84d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1996,7 +1996,7 @@ class BiliIntlIE(BiliIntlBaseIE):
'title': get_element_by_class(
'bstar-meta__title', webpage) or self._html_search_meta('og:title', webpage),
'description': get_element_by_class(
'bstar-meta__desc', webpage) or self._html_search_meta('og:description'),
'bstar-meta__desc', webpage) or self._html_search_meta('og:description', webpage),
}, self._search_json_ld(webpage, video_id, default={}))
def _get_comments_reply(self, root_id, next_id=0, display_id=None):

Loading…
Cancel
Save