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