Skip to content

Commit

Permalink
Upgrade to yt-dlp 2023.06.22
Browse files Browse the repository at this point in the history
Changelog:
- https://github.com/yt-dlp/yt-dlp/releases/tag/2023.06.21
- https://github.com/yt-dlp/yt-dlp/releases/tag/2023.06.22

This latest version fixes the bug introduced in 2023.06.21 that prevented us from upgrading.
  • Loading branch information
matteocargnelutti committed Jun 22, 2023
1 parent b90f0b3 commit 763f94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#-------------------------------------------------------------------------------
mkdir ./executables/;

# Pull yt-dlp (v2023.03.04)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.03.04/yt-dlp > ./executables/yt-dlp;
# Pull yt-dlp (v2023.06.22)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.06.22/yt-dlp > ./executables/yt-dlp;
chmod a+x ./executables/yt-dlp;

# Pull crip (v2.1.0)
Expand Down

0 comments on commit 763f94c

Please sign in to comment.