youtube-dl

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

commit 591e384552f44fe5d77015d17fa7f71efa66f778
parent 9feb1c97318bbd575af6c2737dfe66412e1c0bb6
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 12 Oct 2016 21:22:12 +0700

[streamable] Remove debug output

Diffstat:
Myoutube_dl/extractor/streamable.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/streamable.py b/youtube_dl/extractor/streamable.py @@ -52,7 +52,6 @@ class StreamableIE(InfoExtractor): @staticmethod def _extract_url(webpage): - print(webpage) mobj = re.search( r'<iframe[^>]+src=(?P<q1>[\'"])(?P<src>(?:https?:)?//streamable\.com/(?:(?!\1).+))(?P=q1)', webpage)