Source: media-downloader
Section: video
Priority: optional
Maintainer: Steven Pusser <stevep@mxlinux.org>
XSBC-Original-Maintainer: Christian Marillat <marillat@deb-multimedia.org>
# Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://github.com/mhogomchungu/media-downloader
Standards-Version: 4.7.4
Build-Depends: debhelper-compat (= 13),
               cmake,
               ninja-build,
               qtbase5-dev

Package: media-downloader
Architecture: any
Depends: yt-dlp (>=2023.01.06~),
         ${misc:Depends}, ${shlibs:Depends}
Description: yt-dlp GUI frontend.
 The GUI can be used to download any media supported by yt-dlp.
 .
 The GUI can show all available media a url can offer.
 .
 The GUI allows user to choose what media entry offered by a url they want
 to download.
 .
 The GUI offers a preset list of options to choose from to select what media
 entry offered by a url they want to download.
 .
 The GUI offers an ability to change preset options or add new ones making
 it possible to use the GUI to automate any use case supported by yt-dlp.
 .
 The GUI offers an ability to download single media or multiple medias in
 batches.
 .
 The GUI has a json based plugin system and can configured to download media
 using other tools other than yt-dlp.
