Skip to content

Commit

Permalink
update to yt-dlp 2023.11.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Nov 22, 2023
1 parent 29f27b9 commit 30edac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CreateCpackPackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ endfunction()

function(get_yt_dlp_bin name)
ExternalProject_Add(${name}
URL https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.07/yt-dlp.exe
URL_HASH SHA256=7c809be9ad981b2a057bd60d766a9dffb1e88ddea6a9530c416f4741bc297364
URL https://github.com/yt-dlp/yt-dlp/releases/download/2023.11.16/yt-dlp.exe
URL_HASH SHA256=6de14b1127af1c314864ae0cb04c91ebbf61c230b9cbfb316eade9ea9c5cd982
DOWNLOAD_NO_PROGRESS ON
DOWNLOAD_NO_EXTRACT ON
UPDATE_COMMAND ""
Expand Down

0 comments on commit 30edac8

Please sign in to comment.