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
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ distro
DistroWatch
DIY
dl
dlp
DL
DLNA
DNS
Expand Down Expand Up @@ -503,6 +504,8 @@ YaCy
ympd
youtube
YouTube
yt-dlp
yt
yumiris
ZeroPi
ZeroTier
Expand Down
14 changes: 7 additions & 7 deletions dietpi-software.html
Original file line number Diff line number Diff line change
Expand Up @@ -2049,16 +2049,16 @@ <h3>PaperMC</h3>
</div>
</div>
</div>
<div id="youtubedl" class="row single-project">
<div class="col-md-4"><a href="images/dietpi-software/youtube-dl1.png" target="_blank" rel="noopener"><img src="images/dietpi-software/youtube-dl1.png" alt="youtube-dl" loading="lazy"></a></div>
<div id="yt-dlp" class="row single-project">
<div class="col-md-4"><a href="images/dietpi-software/yt-dlp.png" target="_blank" rel="noopener"><img src="images/dietpi-software/yt-dlp.png" alt="yt-dlp" loading="lazy"></a></div>
<div class="col-md-8">
<div class="project-description">
<div class="project-title clearfix">
<h3>youtube-dl</h3>
<h3>yt-dlp</h3>
<span class="close"></span>
</div>
<div class="project-info">
<div><a href="https://dietpi.com/docs/software/bittorrent/#youtube-dl" target="_blank" rel="noopener"><span>How to Setup / Details:</span><i class="fa fa-book"></i><u>View</u></a></div>
<div><a href="https://dietpi.com/docs/software/bittorrent/#yt-dlp" target="_blank" rel="noopener"><span>How to Setup / Details:</span><i class="fa fa-book"></i><u>View</u></a></div>
</div>
<p>A command-line program to download videos from YouTube.com and many more sites.</p>
</div>
Expand Down Expand Up @@ -3763,9 +3763,9 @@ <h3>HTPC Manager</h3>
</a>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix Download">
<a href="#softwareinfo" class="thumbnail" rel="#youtubedl">
<img src="images/dietpi-software/youtube-dl1.png" alt="youtube-dl logo" width="8" height="5" loading="lazy">
<h3>youtube-dl</h3>
<a href="#softwareinfo" class="thumbnail" rel="#yt-dlp">
<img src="images/dietpi-software/yt-dlp.png" alt="yt-dlp logo" width="8" height="5" loading="lazy">
<h3>yt-dlp</h3>
<p>CLI video downloader</p>
</a>
</div>
Expand Down
Binary file removed images/dietpi-software/youtube-dl1.png
Binary file not shown.
Binary file added images/dietpi-software/yt-dlp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.