Skip to content

Commit 76b2ad8

Browse files
committed
Pull from official ytdlp
1 parent a1c0bdf commit 76b2ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

youtube_dl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ all: install-deps build copy pack
55
install-deps:
66
python -m venv .venv
77
ls -l `which sh`
8-
bash -c "source .venv/bin/activate && pip install git+https://github.com/Moosync/wasm-extension-runner/#subdirectory=wasm-extension-py && pip install --upgrade --force-reinstall git+https://github.com/Grub4K/yt-dlp@feat/jsc-deno" && pip install -U yt-dlp-remote-cipher
8+
bash -c "source .venv/bin/activate && pip install git+https://github.com/Moosync/wasm-extension-runner/#subdirectory=wasm-extension-py && pip install --upgrade --force-reinstall git+https://github.com/yt-dlp/yt-dlp && pip install -U yt-dlp-remote-cipher"
99

1010
build:
1111
mkdir -p $(DIST_DIR)

0 commit comments

Comments
 (0)