[streamable] Remove debug output
authorSergey M․ <dstftw@gmail.com>
Wed, 12 Oct 2016 14:22:12 +0000 (21:22 +0700)
committerSergey M․ <dstftw@gmail.com>
Wed, 12 Oct 2016 14:22:12 +0000 (21:22 +0700)
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)