diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-10-12 21:22:12 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-10-12 21:22:12 +0700 |
commit | 591e384552f44fe5d77015d17fa7f71efa66f778 (patch) | |
tree | 2ec2f1632463461a7451977b8215038e29ec38ab /youtube_dl/extractor | |
parent | 9feb1c97318bbd575af6c2737dfe66412e1c0bb6 (diff) |
[streamable] Remove debug output
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/streamable.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |