mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 18:22:21 +00:00
parent
5e4166478d
commit
9932a65370
1 changed files with 0 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue