diff --git a/rip/cli.py b/rip/cli.py index 5ef7881..911b4f4 100644 --- a/rip/cli.py +++ b/rip/cli.py @@ -130,17 +130,6 @@ class DownloadCommand(Command): import re import subprocess - self.line( - f"Updating streamrip to v{newest_version}...\n" - ) - - # update in background - update_p = subprocess.Popen( - ["pip3", "install", "streamrip", "--upgrade"], - stdout=subprocess.PIPE, - stderr=subprocess.PIPE, - ) - md_header = re.compile(r"#\s+(.+)") bullet_point = re.compile(r"-\s+(.+)") code = re.compile(r"`([^`]+)`")