[streamable] Remove debug output

pull/8/head
Sergey M․ 2016-10-12 21:22:12 +07:00
rodzic 9feb1c9731
commit 591e384552
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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)