youtube-dl

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

commit b732f3581f606aaa98bd84ab18ff07653391ead9
parent 9e57ce716f03daa8ae27979af757819078595d6a
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Mon, 24 Feb 2014 14:20:17 +0100

[academicearth] Remove debug print

Diffstat:
Myoutube_dl/extractor/academicearth.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/academicearth.py b/youtube_dl/extractor/academicearth.py @@ -18,7 +18,6 @@ class AcademicEarthCourseIE(InfoExtractor): description = self._html_search_regex( r'<p class="excerpt"[^>]*?>(.*?)</p>', webpage, u'description', fatal=False) - print(description) urls = re.findall( r'<li class="lecture-preview">\s*?<a target="_blank" href="([^"]+)">', webpage)