mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
[teachable] Remove debug output
This commit is contained in:
parent
6e29458f24
commit
102a4e54c5
|
@ -135,7 +135,6 @@ class TeachableIE(TeachableBaseIE):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _extract_url(webpage, source_url):
|
def _extract_url(webpage, source_url):
|
||||||
if not TeachableIE._is_teachable(webpage):
|
if not TeachableIE._is_teachable(webpage):
|
||||||
print('NOT TEACHABLE')
|
|
||||||
return
|
return
|
||||||
if re.match(r'https?://[^/]+/(?:courses|p)', source_url):
|
if re.match(r'https?://[^/]+/(?:courses|p)', source_url):
|
||||||
return '%s%s' % (TeachableBaseIE._URL_PREFIX, source_url)
|
return '%s%s' % (TeachableBaseIE._URL_PREFIX, source_url)
|
||||||
|
|
Loading…
Reference in a new issue