From 068e84380d2676f4bf4464b5c1c14ff0866c454d Mon Sep 17 00:00:00 2001 From: Paul Henning Date: Fri, 8 Nov 2024 13:59:29 -0500 Subject: [PATCH] Fix for install inst. manual reversion to 4.1.0 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e94f5b6..6412301 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,9 @@ For distros other than Debian based ones, consult your package managers manpage At a minimum Python 3.8 and up is required (latest Python preferred). ``` - pipx install tubeup --include-deps + pipx install yt-dlp[default] + pipx install tubeup + pipx inject tubeup internetarchive==4.1.0 ``` 3. If you don't already have an Internet Archive account, [register for one](https://archive.org/account/login.createaccount.php) to give the script upload privileges.