LinuxCommandLibrary

youtube-viewer

Command-line application for searching and playing videos from YouTube.

TLDR

Search for a video

$ youtube-viewer [search_term]
copy


Log in to your YouTube account
$ youtube-viewer --login
copy


Watch a video with a specific URL in VLC
$ youtube-viewer --player=[vlc] [https://youtube.com/watch?v=dQw4w9WgXcQ]
copy


Display a search prompt and play the selected video in 720p
$ youtube-viewer -[7]
copy

Copied to clipboard