mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 09:40:30 +00:00
[academicearth] Remove debug print
This commit is contained in:
parent
9e57ce716f
commit
b732f3581f
@ -18,7 +18,6 @@ def _real_extract(self, url):
|
||||
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…
Reference in New Issue
Block a user