You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where `[NIGHTLY TAG]` would for example be `2025.10.11.232807` in [this yt-dlp release](https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2025.10.11.232807).
51
-
52
-
Upgrades will take it to latest nightly, which yt-dlp releases with a stable tag (see notes about upgrading below).
53
45
54
46
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.
55
47
@@ -80,6 +72,20 @@ Perodically *before* running, upgrade `tubeup` and its dependencies by running:
80
72
pipx upgrade-all
81
73
```
82
74
75
+
To upgrade Deno run:
76
+
77
+
```
78
+
deno upgrade
79
+
```
80
+
To use a nightly yt-dlp build, inject it into your yt-dlp virtual environment:
Where `[NIGHTLY TAG]` would for example be `2025.10.11.232807` in [this yt-dlp release](https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2025.10.11.232807).
87
+
88
+
Upgrades will take it to latest nightly, which yt-dlp releases with a stable tag (see notes about upgrading below).
0 commit comments