mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
[streamable] Remove debug output
This commit is contained in:
parent
9feb1c9731
commit
591e384552
@ -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…
Reference in New Issue
Block a user