We use cookies to help us improve our webpage. Please read our Cookie Policy .

App Central

Category

About This App

yt-dlp asustor NAS App

yt-dlp

Description

yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project.

Supported sites:(date:Dec 30,2023 , more than 1000+ URLs available)
https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md

How to used:
https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#usage-and-options

Example:
default download save mkv file:
yt-dlp web_video_link

show video format:
yt-dlp -F web_video_link

select video format:
yt-dlp -f xx+yy web_video_link (xx:audio number, yy:video number)

use mp4 format save file:
yt-dlp -f xx+yy --merge-output-format mp4 web_video_link

try use aria2 tool download:
yt-dlp aria2c --external-downloader-args '-j 16 --retry-wait 10 --max-tries 10' web_video_link (-j:job number, --retry-wait: sec, --max-tries: try number)


What's new in this version?

First release ver 2023.12.30 on NAS

yt-dlp asustor NAS App