X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fsnotr.py;h=0d1ab07f86ac4088b4fd1e56e9d1dfaa52514ddd;hb=611c1dd96efc36a788475e14cc4de64d554d28a0;hp=da3b05a8dc8ca89345e755225ed7885fa580c973;hpb=d800609c62703e4e6edd2891a8432306462e4db3;p=youtube-dl.git diff --git a/youtube_dl/extractor/snotr.py b/youtube_dl/extractor/snotr.py index da3b05a8d..0d1ab07f8 100644 --- a/youtube_dl/extractor/snotr.py +++ b/youtube_dl/extractor/snotr.py @@ -43,7 +43,7 @@ class SnotrIE(InfoExtractor): title = self._og_search_title(webpage) description = self._og_search_description(webpage) - video_url = "http://cdn.videos.snotr.com/%s.flv" % video_id + video_url = 'http://cdn.videos.snotr.com/%s.flv' % video_id view_count = str_to_int(self._html_search_regex( r'

\nViews:\n([\d,\.]+)

',