diff --git a/.meta/dietpi-survey_report b/.meta/dietpi-survey_report index 4addaecee7..0f7350e36c 100755 --- a/.meta/dietpi-survey_report +++ b/.meta/dietpi-survey_report @@ -396,7 +396,7 @@ shopt -s extglob # +(expr) syntax [192]='Snapcast Client' [193]='K3s' [194]='PostgreSQL' - [195]='youtube-dl' + [195]='yt-dlp' [196]='Java JRE' [197]='Box64' [198]='File Browser' diff --git a/README.md b/README.md index 636f463d98..141ef9e49b 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ Links to hardware and software manufacturers, sources and build instructions use - [Snapcast](https://github.com/snapcast/snapcast) - [K3s](https://github.com/k3s-io/k3s) - [Synapse](https://github.com/matrix-org/synapse) -- [youtube-dl](https://github.com/ytdl-org/youtube-dl) +- [yt-dlp](https://github.com/yt-dlp/yt-dlp) - [PostgreSQL](https://git.postgresql.org/gitweb/?p=postgresql.git) - [OpenJDK](https://github.com/openjdk) - [Blynk Server](https://github.com/Peterkn2001/blynk-server) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 69b6d56a36..57f73bac70 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -742,10 +742,10 @@ Available commands: aSOFTWARE_DEPS[$software_id]='17 130' #------------------ software_id=195 - aSOFTWARE_NAME[$software_id]='youtube-dl' - aSOFTWARE_DESC[$software_id]='Download videos from YouTube and other sites (using yt-dlp fork)' + aSOFTWARE_NAME[$software_id]='yt-dlp' + aSOFTWARE_DESC[$software_id]='Download videos from YouTube and other sites (youtube-dl successor)' aSOFTWARE_CATX[$software_id]=3 - aSOFTWARE_DOCS[$software_id]='https://dietpi.com/docs/software/bittorrent/#youtube-dl' + aSOFTWARE_DOCS[$software_id]='https://dietpi.com/docs/software/bittorrent/#yt-dlp' aSOFTWARE_DEPS[$software_id]='7' #------------------ software_id=169 @@ -5575,7 +5575,7 @@ _EOF_ G_EXEC systemctl stop webmin fi - if To_Install 195 # youtube-dl + if To_Install 195 # yt-dlp then aDEPS=('python3') Download_Install 'https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp' /usr/local/bin/yt-dlp @@ -13195,7 +13195,7 @@ _EOF_ [[ -f '/usr/local/bin/node-red-pi' ]] && G_EXEC rm /usr/local/bin/node-red-pi fi - if To_Uninstall 195 # youtube-dl + if To_Uninstall 195 # yt-dlp then G_EXEC rm -f /usr/local/bin/{yt-dlp,youtube-dl,youtube-dl-py2} fi