Remove automatic updates

This commit is contained in:
Nathan Thomas 2022-01-16 08:20:09 -08:00
parent 567b4716ab
commit 647a664368
1 changed files with 0 additions and 11 deletions

View File

@ -130,17 +130,6 @@ class DownloadCommand(Command):
import re
import subprocess
self.line(
f"<info>Updating streamrip to <title>v{newest_version}</title>...</info>\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"`([^`]+)`")