mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-16 10:32:40 +09:00
[udemy] Fix non free course message
This commit is contained in:
parent
17b2d7ca77
commit
f20756fb10
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user