Explorar el Código

[vk] Remove unnecessary message

Sergey M․ hace 10 años
padre
commit
291a93bafa
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      youtube_dl/extractor/vk.py

+ 0 - 1
youtube_dl/extractor/vk.py

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