1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: yt-dlp
Maintainer: Unit 193 <unit193@debian.org>
Section: web
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python (>= 5.20211213~),
pandoc,
pybuild-plugin-pyproject,
python3-pytest <!nocheck>,
python3-hatchling,
zip
Build-Depends-Indep:
python3
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://codeberg.org/Unit193/yt-dlp
Vcs-Git: https://codeberg.org/Unit193/yt-dlp.git
Homepage: https://github.com/yt-dlp/yt-dlp
Package: yt-dlp
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
aria2 | wget | curl,
ca-certificates,
ffmpeg,
Suggests:
libfribidi-bin | bidiv,
phantomjs
Description: downloader of videos from YouTube and other sites
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.
.
yt-dlp is a small command-line program to download videos from
YouTube.com and other sites that don't provide direct links to the
videos served.
.
yt-dlp allows the user, among other things, to choose a specific video
quality to download (if available) or let the program automatically
determine the best (or worst) quality video to grab. It supports
downloading entire playlists and all videos from a given user.
.
Currently supported sites (or features of sites) are:
.
${yt-dlp:Sites}
|