Browse Source

[academicearth] Remove debug print

totalwebcasting
Jaime Marquínez Ferrándiz 11 years ago
parent
commit
b732f3581f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/academicearth.py

+ 0
- 1
youtube_dl/extractor/academicearth.py 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)


Loading…
Cancel
Save