Skip to content

Commit

Permalink
Merge pull request #352 from harvard-lil/yt-dlp-2024-07-01
Browse files Browse the repository at this point in the history
yt-dlp 2024.07.01
  • Loading branch information
matteocargnelutti authored Jul 2, 2024
2 parents 15632cd + 9b23c78 commit b1959f2
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 (v2024.05.27)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp > ./executables/yt-dlp;
# Pull yt-dlp (v2024.07.01)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.01/yt-dlp > ./executables/yt-dlp;
chmod a+x ./executables/yt-dlp;

# Pull crip (v2.1.0)
Expand Down

0 comments on commit b1959f2

Please sign in to comment.