projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e29458
)
[teachable] Remove debug output
author
Sergey M․
<dstftw@gmail.com>
Mon, 10 Dec 2018 03:10:28 +0000
(10:10 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 10 Dec 2018 03:10:28 +0000
(10:10 +0700)
youtube_dl/extractor/teachable.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/teachable.py
b/youtube_dl/extractor/teachable.py
index a0c46b2e65e2961b550e34c77a5b31d9cbd6bd6e..47ac95ee8789ff0ba697cc56625e3a93f2cdded8 100644
(file)
--- 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)