Source: ytfzf
Section: web
Priority: optional
Maintainer: Braulio Henrique Marques Souto <braulio@disroot.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.6.1
Homepage: https://github.com/pystardust/ytfzf
Vcs-Browser: https://salsa.debian.org/debian/ytfzf
Vcs-Git: https://salsa.debian.org/debian/ytfzf.git

Package: ytfzf
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 curl,
 jq,
Recommends:
 fzf,
 mpv,
 python3-distutils-extra,
 ueberzug,
Suggests:
 chafa,
 dmenu,
 imv,
 vlc,
 youtube-dl,
Description: POSIX script to find and watch youtube videos from the terminal.(Without API)
 Is a script to search, download and play YouTube videos by making use of mpv
 and youtube-dl under the hood. It works on Linux and macOS.
 For each YouTube search query, a list of results in shown in the right-hand
 side pane. On the left-hand side you can see the selected video title, the
 channel that posted the video, the number of views, video duration, upload
 date, and the video thumbnail (which is optional with -t or
 --thumb-viewer=viewer).
 Besides this, ytfzf also features support for video history, allows choosing
 the media format (-m for only audio or -f for different formats, and can queue
 multiple tracks (using fzf multi-selection).
 You can search for YouTube/Odysee/PeerTube (with -cO for Odysee and -cP for
 PeerTube) videos and play/download using fzf, dmenu. Other features include
 the ability to play/download audio only, auto-play and repeat YouTube
 videos, play a random search result, and there's also an option to show
 available media formats before proceeding.
 See the ytfzf --help for a complete list of options.
