Browse Source

[streamable] Remove debug output

master
Sergey M․ 8 years ago
parent
commit
591e384552
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 0 additions and 1 deletions
  1. 1
      youtube_dl/extractor/streamable.py

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)

Loading…
Cancel
Save