[GameStar] fix comment_count extraction
This commit is contained in:
parent
e1e9624d1f
commit
7bff1e6584
@ -55,8 +55,8 @@ class GameStarIE(InfoExtractor):
|
|||||||
|
|
||||||
view_count = json_ld.get('interactionCount')
|
view_count = json_ld.get('interactionCount')
|
||||||
comment_count = int_or_none(self._html_search_regex(
|
comment_count = int_or_none(self._html_search_regex(
|
||||||
r'([0-9]+) Kommentare</span>', webpage, 'comment_count',
|
r'<i class="zmdi zmdi-comment-text seperate"></i><span class="btn-text">([0-9]+)</span>',
|
||||||
fatal=False))
|
webpage, 'comment_count', fatal=False))
|
||||||
|
|
||||||
info_dict.update({
|
info_dict.update({
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user