Skip to content

Commit

Permalink
Merge pull request #161 from harvard-lil/yt-dlp-downgrade
Browse files Browse the repository at this point in the history
Downgrading to yt-dlp 2023.03.04
  • Loading branch information
matteocargnelutti authored Jun 21, 2023
2 parents 887ebe3 + f7f9280 commit 0c06f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mkdir ./executables/;

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

# Pull crip (v2.1.0)
Expand Down

0 comments on commit 0c06f33

Please sign in to comment.