summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:49:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:49:26 +0000
commit7c94e91d120d1efddd75ddf75e18edf26dcbd022 (patch)
treefc78616a838aa7f27c7bfae33ad1422a583e420e /debian/control
parentAdding upstream version 2024.03.10. (diff)
downloadyt-dlp-7c94e91d120d1efddd75ddf75e18edf26dcbd022.tar.xz
yt-dlp-7c94e91d120d1efddd75ddf75e18edf26dcbd022.zip
Adding debian version 2024.03.10-1.debian/2024.03.10-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control51
1 files changed, 51 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4405458
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,51 @@
+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-pkg-resources,
+ python3-pytest <!nocheck>,
+ python3-hatchling,
+ zip
+Build-Depends-Indep:
+ python3
+Rules-Requires-Root: no
+Standards-Version: 4.6.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},
+ python3-pkg-resources
+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}