Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .meta/dietpi-survey_report
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down