瀏覽代碼

[streamable] Remove debug output

Sergey M․ 9 年之前
父節點
當前提交
591e384552
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/extractor/streamable.py

+ 0 - 1
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)