Skip to content

Commit

Permalink
Downgrading to yt-dlp 2023.03.04
Browse files Browse the repository at this point in the history
TBD - We've noticed poorer performance on key platforms with the latest version of yt-dlp and are considering downgrading to 2023.03.04 for the time being.
  • Loading branch information
matteocargnelutti committed Jun 21, 2023
1 parent 887ebe3 commit f7f9280
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 f7f9280

Please sign in to comment.