youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

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.py | 1-
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)