Go to file
getimiskon b45ee4e4dd
Update README.md
2020-03-14 12:47:42 +02:00
LICENSE Initial commit 2020-02-02 22:59:19 +02:00
README.md Update README.md 2020-03-14 12:47:42 +02:00
youtube.sh Added GNU GPL notice 2020-03-06 12:01:08 +02:00

README.md

youtube-cli-viewer

Simple CLI interface to watch YouTube videos

Getting Started

To run the script, type ./youtube.sh [VIDEO LINK] [QUALITY OPTION] on a terminal window.

Example

You can use the script like this:

./youtube.sh https://www.youtube.com/watch?v=dQw4w9WgXcQ full-quality

After typing the command, an mpv window will be launched with your video of choice.

Dependencies

In order to be able to use this script, you should install mpv and youtube-dl before running the script.

Quality Options

There are some available quality options

full-quality - Plays the video in the best quality available

720 - Plays the video in 720p

480 - Plays the video in 480p

360 - Plays the video in 360p

no-video - Plays only the audio

To display the help screen, type ./youtube.sh help