mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
parent
5e4166478d
commit
9932a65370
@ -166,7 +166,6 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
m_rutube = re.search(
|
m_rutube = re.search(
|
||||||
r'\ssrc="((?:https?:)?//rutube\.ru\\?/video\\?/embed(?:.*?))\\?"', info_page)
|
r'\ssrc="((?:https?:)?//rutube\.ru\\?/video\\?/embed(?:.*?))\\?"', info_page)
|
||||||
assert m_rutube
|
|
||||||
if m_rutube is not None:
|
if m_rutube is not None:
|
||||||
self.to_screen('rutube video detected')
|
self.to_screen('rutube video detected')
|
||||||
rutube_url = self._proto_relative_url(
|
rutube_url = self._proto_relative_url(
|
||||||
|
Loading…
Reference in New Issue
Block a user