youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit f20756fb10ec560177282f032684327f600acc34
parent 17b2d7ca772da5b709e00ca01e96e893807f7b66
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed,  6 Jan 2016 00:03:39 +0600

[udemy] Fix non free course message

Diffstat:
Myoutube_dl/extractor/udemy.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(