Skip to content

Commit a44b7ed

Browse files
authored
Restore nightly yt-dlp build instructions in README
Reintroduce instructions for using a nightly yt-dlp build, including pipx inject command and upgrade notes.
1 parent bb1d9e8 commit a44b7ed

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,7 @@ Then run:
4141
```
4242
pipx install "yt-dlp[default,curl-cffi]" internetarchive tubeup
4343
```
44-
To use a nightly yt-dlp build, inject it into your yt-dlp virtual environment:
45-
46-
```
47-
pipx inject yt-dlp "yt-dlp[default,curl-cffi] @ https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/[NIGHTLY TAG]/yt-dlp.tar.gz" --force
48-
```
4944

50-
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).
5345

5446
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.
5547

@@ -80,6 +72,20 @@ Perodically *before* running, upgrade `tubeup` and its dependencies by running:
8072
pipx upgrade-all
8173
```
8274

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:
81+
82+
```
83+
pipx inject yt-dlp "yt-dlp[default,curl-cffi] @ https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/[NIGHTLY TAG]/yt-dlp.tar.gz" --force
84+
```
85+
86+
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).
8389

8490
## Docker
8591

0 commit comments

Comments
 (0)