Skip to content

Commit cf4ee90

Browse files
authored
Update README.md
- Nightly instructions
1 parent 48f8b8f commit cf4ee90

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@ Then run:
3737
At a minimum Python 3.9 and up is required (latest Python preferred).
3838

3939
```
40-
pipx install "yt-dlp[default,curl-cffi]"
41-
pipx install internetarchive
42-
pipx install tubeup
40+
pipx install "yt-dlp[default,curl-cffi]" internetarchive tubeup
4341
```
42+
To use a nightly yt-dlp build, inject it into your yt-dlp virtual environment:
43+
44+
`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`
45+
46+
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).
47+
48+
Upgrades will take it to latest nightly, which yt-dlp releases with a stable tag (see notes about upgrading below).
4449

4550
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.
4651

0 commit comments

Comments
 (0)