logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 9932a65370564e08be11b0611e52b63ff451742d
parent 5e4166478de0a8a7ddafd013919acd08b4211910
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Fri,  9 Jan 2015 20:13:53 +0100

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

Diffstat:

Myoutube_dl/extractor/vk.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/vk.py b/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(