From: Jaime Marquínez Ferrándiz Date: Mon, 24 Feb 2014 13:20:17 +0000 (+0100) Subject: [academicearth] Remove debug print X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b732f3581f606aaa98bd84ab18ff07653391ead9;p=youtube-dl [academicearth] Remove debug print --- diff --git a/youtube_dl/extractor/academicearth.py b/youtube_dl/extractor/academicearth.py index f62173282..59d3bbba4 100644 --- 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'

]*?>(.*?)

', webpage, u'description', fatal=False) - print(description) urls = re.findall( r'
  • \s*?', webpage)