about summary refs log tree commit diff
path: root/youtube_dl/extractor/udemy.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-01-06 00:03:39 +0600
committerSergey M․ <dstftw@gmail.com>2016-01-06 00:03:39 +0600
commitf20756fb10ec560177282f032684327f600acc34 (patch)
treed3c2c8dd30ddb60a26912cc04a64e13a6f11790a /youtube_dl/extractor/udemy.py
parent17b2d7ca772da5b709e00ca01e96e893807f7b66 (diff)
downloadyoutube-dl-f20756fb10ec560177282f032684327f600acc34.tar.gz
youtube-dl-f20756fb10ec560177282f032684327f600acc34.tar.xz
youtube-dl-f20756fb10ec560177282f032684327f600acc34.zip
[udemy] Fix non free course message
Diffstat (limited to 'youtube_dl/extractor/udemy.py')
-rw-r--r--youtube_dl/extractor/udemy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/udemy.py b/youtube_dl/extractor/udemy.py
index e19c1f762..f5b5e7fd6 100644
--- a/youtube_dl/extractor/udemy.py
+++ b/youtube_dl/extractor/udemy.py
@@ -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(