From: Sergey M․ Date: Wed, 12 Oct 2016 14:22:12 +0000 (+0700) Subject: [streamable] Remove debug output X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=591e384552f44fe5d77015d17fa7f71efa66f778;p=youtube-dl [streamable] Remove debug output --- diff --git a/youtube_dl/extractor/streamable.py b/youtube_dl/extractor/streamable.py index 56b926448..2c26fa689 100644 --- 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']+src=(?P[\'"])(?P(?:https?:)?//streamable\.com/(?:(?!\1).+))(?P=q1)', webpage)