projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b2d7c
)
[udemy] Fix non free course message
author
Sergey M․
<dstftw@gmail.com>
Tue, 5 Jan 2016 18:03:39 +0000
(
00:03
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 5 Jan 2016 18:03:39 +0000
(
00:03
+0600)
youtube_dl/extractor/udemy.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/udemy.py
b/youtube_dl/extractor/udemy.py
index e19c1f762b4733099e4c837a068a31237829b723..f5b5e7fd6775b4194ca18265f4c78f639a5f092a 100644
(file)
--- 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(