[udemy] Fix non free course message
authorSergey M․ <dstftw@gmail.com>
Tue, 5 Jan 2016 18:03:39 +0000 (00:03 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 5 Jan 2016 18:03:39 +0000 (00:03 +0600)
youtube_dl/extractor/udemy.py

index e19c1f762b4733099e4c837a068a31237829b723..f5b5e7fd6775b4194ca18265f4c78f639a5f092a 100644 (file)
@@ -41,7 +41,7 @@ class UdemyIE(InfoExtractor):
             webpage, 'checkout url', group='url', default=None))
         if checkout_url:
             raise ExtractorError(
-                'Course %s is not free. You have to pay for it before you can download.'
+                'Course %s is not free. You have to pay for it before you can download. '
                 'Use this URL to confirm purchase: %s' % (course_id, checkout_url), expected=True)
 
         enroll_url = unescapeHTML(self._search_regex(