logo

youtube-dl

[mirror] Download/Watch videos from video hosters
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.py1-
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)