diff options
Diffstat (limited to 'youtube_dl/extractor/snotr.py')
| -rw-r--r-- | youtube_dl/extractor/snotr.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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'<p>\n<strong>Views:</strong>\n([\d,\.]+)</p>', | 
