logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 102a4e54c5c0819233773cc15398bc901a218f4c
parent 6e29458f2479c4535f8605032b9492f52bb37f17
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 10 Dec 2018 10:10:28 +0700

[teachable] Remove debug output

Diffstat:

Myoutube_dl/extractor/teachable.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/teachable.py b/youtube_dl/extractor/teachable.py @@ -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)