[vk] Remove debug assert statement (fixes #4672, fixes #4514)

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-01-09 20:13:53 +01:00
parent 5e4166478d
commit 9932a65370

View file

@ -166,7 +166,6 @@ class VKIE(InfoExtractor):
m_rutube = re.search(
r'\ssrc="((?:https?:)?//rutube\.ru\\?/video\\?/embed(?:.*?))\\?"', info_page)
assert m_rutube
if m_rutube is not None:
self.to_screen('rutube video detected')
rutube_url = self._proto_relative_url(