Skip to content

Commit

Permalink
Change youtube-dl link
Browse files Browse the repository at this point in the history
  • Loading branch information
smplayer-dev committed Oct 6, 2024
1 parent e565606 commit c2156d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/youtube/codedownloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void CodeDownloader::askAndDownload(QWidget * parent, ErrorMessage e, const QStr
#endif
output_file = "yt-dlp.exe";
} else {
url = "https://youtube-dl.org/downloads/latest/youtube-dl.exe";
url = "https://github.com/ytdl-org/ytdl-nightly/releases/latest/download/youtube-dl.exe";
output_file = "youtube-dl.exe";
}
#else
Expand All @@ -212,7 +212,7 @@ void CodeDownloader::askAndDownload(QWidget * parent, ErrorMessage e, const QStr
#endif
output_file = "yt-dlp";
} else {
url = "https://youtube-dl.org/downloads/latest/youtube-dl";
url = "https://github.com/ytdl-org/ytdl-nightly/releases/latest/download/youtube-dl";
output_file = "youtube-dl";
}
#endif
Expand Down

0 comments on commit c2156d3

Please sign in to comment.