mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-30 11:11:23 +01:00
Compare commits
No commits in common. "70c14d0e498e8674d48b9fa8a7fec3acd6d52156" and "0f5aa10fa0589b3c43e6dd751b1332365077fa98" have entirely different histories.
70c14d0e49
...
0f5aa10fa0
|
@ -1858,7 +1858,7 @@ class BiliIntlIE(BiliIntlBaseIE):
|
|||
'upload_date': '20221108',
|
||||
'title': 'That Time I Got Reincarnated as a Slime: Scarlet Bond - Official Trailer 3| AnimeStan',
|
||||
'comment_count': int,
|
||||
'thumbnail': r're:https://pic\.bstarstatic\.(?:com|net)/ugc/f6c363659efd2eabe5683fbb906b1582\.jpg',
|
||||
'thumbnail': 'https://pic.bstarstatic.com/ugc/f6c363659efd2eabe5683fbb906b1582.jpg',
|
||||
},
|
||||
'params': {
|
||||
'getcomments': True
|
||||
|
@ -1926,7 +1926,7 @@ class BiliIntlIE(BiliIntlBaseIE):
|
|||
'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'),
|
||||
}, self._search_json_ld(webpage, video_id, default={}))
|
||||
} or self._search_json_ld(webpage, video_id, fatal=False))
|
||||
|
||||
def _get_comments_reply(self, root_id, next_id=0, display_id=None):
|
||||
comment_api_raw_data = self._download_json(
|
||||
|
|
Loading…
Reference in New Issue
Block a user