Skip to content

Commit

Permalink
Fixing yt-dlp Linux binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Dec 10, 2024
1 parent 78f577c commit a46521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/update_yt_dlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

const (
ytDlpOwnerRepo = "yt-dlp/yt-dlp"
ytDlpLinuxAsset = "yt-dlp_linux_aarch64"
ytDlpLinuxAsset = "yt-dlp_linux"
ytDlpMacOsAsset = "yt-dlp_macos"
relYtDlpPluginsDir = ".yt-dlp/plugins"
)
Expand Down

0 comments on commit a46521e

Please sign in to comment.