mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[youtube] Updated extraction of 'like_count' value
This commit is contained in:
parent
e8c5d40bc8
commit
a6c666d06c
1 changed files with 1 additions and 1 deletions
|
@ -2393,7 +2393,7 @@ def extract_meta(field):
|
|||
|
||||
def _extract_count(count_name):
|
||||
return str_to_int(self._search_regex(
|
||||
r'-%s-button[^>]+><span[^>]+class="yt-uix-button-content"[^>]*>([\d,]+)</span>'
|
||||
r'"accessibilityData":\{"label":"([\d,\w]+) %ss"\}'
|
||||
% re.escape(count_name),
|
||||
video_webpage, count_name, default=None))
|
||||
|
||||
|
|
Loading…
Reference in a new issue