[streamable] Remove debug output
[youtube-dl] / youtube_dl / extractor / streamable.py
index 56b92644847d1ccb8cd6b8a0c03d4f03260c7f47..2c26fa689003c6203399eca293c32c8998636ea5 100644 (file)
@@ -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)