LinuxCommandLibrary

ytfzf

A POSIX script that helps you find and download videos and music.

TLDR

Search for videos on YouTube with thumbnail previews

$ ytfzf --show-thumbnails [search_pattern]
copy


Play only the audio of the first item in a loop
$ ytfzf --audio-only --auto-select --loop [search_pattern]
copy


Download a video from the history
$ ytfzf --download --choose-from-history
copy


Play all the music found in a search
$ ytfzf --audio-only --select-all [search_pattern]
copy


See the trending videos in an external menu
$ ytfzf --trending --ext-menu [search_pattern]
copy


Search on PeerTube instead of YouTube
$ ytfzf --peertube [search_pattern]
copy

Copied to clipboard