Source: yt-dlp
Section: web
Maintainer: Steven Pusser <stevep@mxlinux.org>
XSBC-Original-Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Homepage: https://github.com/yt-dlp/yt-dlp
X-Python3-Version: >= 3.10
Standards-Version: 4.7.3
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-sequence-python3,
               bash-completion,
               pandoc,
               pybuild-plugin-pyproject,
               python3 (>= 3.10~),
               python3-hatchling (>= 1.26.1~),
               python3-pytest,
#               quilt,
               zip

Package: yt-dlp
Architecture: all
Depends: nodejs | quickjs, ${misc:Depends}, ${python3:Depends},
          aria2 | wget | curl,
            ca-certificates,
            ffmpeg,
            mpv | mplayer,
            rtmpdump
Suggests: libfribidi-bin | bidiv
Description: Downloader of videos from web page.
 This tool is a small command-line program to download videos from webpage
 that don't provide direct links to the videos served.
 .
 This tool 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.
 .
 Please note, you'll need an external JS engine such as NodeJS for YouTube.
 .
 yt-dlp is a youtube-dl fork.
