diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9df1f8d..30155de3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,8 +57,8 @@ jobs: id: lychee if: always() && steps.deploy.outcome == 'success' run: | - curl -sSfLo lychee.tar.gz "$(curl -sSfH 'Authorization: Bearer ${{ github.token }}' 'https://api.github.com/repos/lycheeverse/lychee/releases/latest' | mawk -F\" '/^ *"browser_download_url": ".*x86_64-unknown-linux-gnu\.tar\.gz"$/{print $4;exit}')" - tar xf lychee.tar.gz lychee + curl -sSfLo lychee.tar.gz "$(curl -sSfH 'Authorization: Bearer ${{ github.token }}' 'https://api.github.com/repos/lycheeverse/lychee/releases/latest' | grep -Po '"browser_download_url": *"\K[^"]*/lychee-x86_64-unknown-linux-gnu\.tar\.gz(?=")')" + tar xf lychee.tar.gz --strip-components=1 lychee-x86_64-unknown-linux-gnu/lychee - name: Run lychee to check Markdown and HTML files if: always() && steps.lychee.outcome == 'success' # x.com/DietPi_|www.patreon.com/DietPi: Network error: Forbidden diff --git a/.wordlist.txt b/.wordlist.txt index 6dbe7fa5..81cb085d 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -84,6 +84,7 @@ distro DistroWatch DIY dl +dlp DL DLNA DNS @@ -503,6 +504,8 @@ YaCy ympd youtube YouTube +yt-dlp +yt yumiris ZeroPi ZeroTier diff --git a/dietpi-software.html b/dietpi-software.html index d4ec8f1c..0e8285db 100644 --- a/dietpi-software.html +++ b/dietpi-software.html @@ -2049,16 +2049,16 @@

PaperMC

-
-
youtube-dl
+
+
yt-dlp
-

youtube-dl

+

yt-dlp

A command-line program to download videos from YouTube.com and many more sites.

@@ -3763,9 +3763,9 @@

HTPC Manager

diff --git a/images/dietpi-software/youtube-dl1.png b/images/dietpi-software/youtube-dl1.png deleted file mode 100644 index d504acf4..00000000 Binary files a/images/dietpi-software/youtube-dl1.png and /dev/null differ diff --git a/images/dietpi-software/yt-dlp.png b/images/dietpi-software/yt-dlp.png new file mode 100755 index 00000000..18a0967b Binary files /dev/null and b/images/dietpi-software/yt-dlp.png differ