[udemy] Fix non free course message

This commit is contained in:
Sergey M․ 2016-01-06 00:03:39 +06:00
parent 17b2d7ca77
commit f20756fb10
1 changed files with 1 additions and 1 deletions

View 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(