Browse Source

[teachable] Remove debug output

master-ytdl-org
Sergey M․ 6 years ago
parent
commit
102a4e54c5
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/teachable.py

+ 0
- 1
youtube_dl/extractor/teachable.py View File

@ -135,7 +135,6 @@ class TeachableIE(TeachableBaseIE):
@staticmethod
def _extract_url(webpage, source_url):
if not TeachableIE._is_teachable(webpage):
print('NOT TEACHABLE')
return
if re.match(r'https?://[^/]+/(?:courses|p)', source_url):
return '%s%s' % (TeachableBaseIE._URL_PREFIX, source_url)


Loading…
Cancel
Save