From 591e384552f44fe5d77015d17fa7f71efa66f778 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sergey=20M=E2=80=A4?= <dstftw@gmail.com>
Date: Wed, 12 Oct 2016 21:22:12 +0700
Subject: [PATCH] [streamable] Remove debug output

---
 youtube_dl/extractor/streamable.py | 1 -
 1 file changed, 1 deletion(-)

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'<iframe[^>]+src=(?P<q1>[\'"])(?P<src>(?:https?:)?//streamable\.com/(?:(?!\1).+))(?P=q1)',
             webpage)