1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-21 01:49:49 +08:00

[streamable] Remove debug output

This commit is contained in:
Sergey M․
2016-10-12 21:22:12 +07:00
Unverified
parent 9feb1c9731
commit 591e384552
-1
View 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)