1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[academicearth] Remove debug print

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-02-24 14:20:17 +01:00
parent 9e57ce716f
commit b732f3581f

View file

@ -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)