Skip to content

Commit

Permalink
updated youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtrkmn committed Jan 5, 2024
1 parent 22bd1c8 commit 1701489
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/releaseplaylists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
- name: Get youtube-dl
run: |
sudo wget https://github.com/ytdl-org/youtube-dl/releases/download/2021.12.17/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
sudo youtube-dl -U
sudo apt install pip -y
sudo pip install --upgrade --force-reinstall "git+https://github.com/ytdl-org/youtube-dl.git"
- name: Go Build
run: go build -o main -v .

Expand Down

0 comments on commit 1701489

Please sign in to comment.