mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 06:34:45 -04:00
Remove automatic updates
This commit is contained in:
parent
567b4716ab
commit
647a664368
1 changed files with 0 additions and 11 deletions
11
rip/cli.py
11
rip/cli.py
|
@ -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"`([^`]+)`")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue