We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c0bdf commit 76b2ad8Copy full SHA for 76b2ad8
youtube_dl/Makefile
@@ -5,7 +5,7 @@ all: install-deps build copy pack
5
install-deps:
6
python -m venv .venv
7
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
+ 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"
9
10
build:
11
mkdir -p $(DIST_DIR)
0 commit comments