projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9feb1c9
)
[streamable] Remove debug output
author
Sergey M․
<dstftw@gmail.com>
Wed, 12 Oct 2016 14:22:12 +0000
(21:22 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 12 Oct 2016 14:22:12 +0000
(21:22 +0700)
youtube_dl/extractor/streamable.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/streamable.py
b/youtube_dl/extractor/streamable.py
index 56b92644847d1ccb8cd6b8a0c03d4f03260c7f47..2c26fa689003c6203399eca293c32c8998636ea5 100644
(file)
--- 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)