mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 19:52:40 +01:00
Merge branch 'RedpointsBots-bugfix_youtube_like_extraction'
This commit is contained in:
commit
929eeb1e01
@ -2421,7 +2421,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 New Issue
Block a user