X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fsnotr.py;h=4819fe5b4b6322cc02e9e1fdd4c128cbe28e55b0;hb=84a18e9b908eb0b770f03603200026a06f4f08b4;hp=3bb78cb84898acf4fddccd556d252a25a8559832;hpb=19f35402c5296e93213d56034d85698087ce3fe1;p=youtube-dl diff --git a/youtube_dl/extractor/snotr.py b/youtube_dl/extractor/snotr.py index 3bb78cb84..4819fe5b4 100644 --- a/youtube_dl/extractor/snotr.py +++ b/youtube_dl/extractor/snotr.py @@ -46,7 +46,8 @@ class SnotrIE(InfoExtractor): title = self._og_search_title(webpage) description = self._og_search_description(webpage) - info_dict = self._parse_html5_media_entries(url, webpage, video_id)[0] + info_dict = self._parse_html5_media_entries( + url, webpage, video_id, m3u8_entry_protocol='m3u8_native')[0] view_count = str_to_int(self._html_search_regex( r']*>\s*]*>Views:\s*]*>([\d,\.]+)',