X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/453698570f26bebd37b39df8537d993b57d77b8b..19fba829d2a7c21a394804be7ea2595b540f4ebd:/youtube_dl/extractor/giga.py diff --git a/youtube_dl/extractor/giga.py b/youtube_dl/extractor/giga.py index 7758901..28eb733 100644 --- a/youtube_dl/extractor/giga.py +++ b/youtube_dl/extractor/giga.py @@ -85,7 +85,8 @@ class GigaIE(InfoExtractor): r'class="author">([^<]+)', webpage, 'uploader', fatal=False) view_count = str_to_int(self._search_regex( - r'([\d.]+)', webpage, 'view count', fatal=False)) + r'([\d.,]+)', + webpage, 'view count', fatal=False)) return { 'id': video_id,