Bläddra i källkod

[udemy] Fix non free course message

Sergey M․ 9 år sedan
förälder
incheckning
f20756fb10
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      youtube_dl/extractor/udemy.py

+ 1 - 1
youtube_dl/extractor/udemy.py

@@ -41,7 +41,7 @@ class UdemyIE(InfoExtractor):
             webpage, 'checkout url', group='url', default=None))
             webpage, 'checkout url', group='url', default=None))
         if checkout_url:
         if checkout_url:
             raise ExtractorError(
             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)
                 'Use this URL to confirm purchase: %s' % (course_id, checkout_url), expected=True)
 
 
         enroll_url = unescapeHTML(self._search_regex(
         enroll_url = unescapeHTML(self._search_regex(