Explorar o código

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

Jaime Marquínez Ferrándiz %!s(int64=11) %!d(string=hai) anos
pai
achega
9932a65370
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      youtube_dl/extractor/vk.py

+ 0 - 1
youtube_dl/extractor/vk.py

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