diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-07 17:33:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-07 17:33:15 -0500 |
commit | 2a0c7cf582506a9129f700e8be002503c68aa231 (patch) | |
tree | 0e4eaa299e914798c47f7c55e45a5b045425deec /README.md | |
parent | 17f267be9d889b92f331d0cf2981061bb277bb9d (diff) | |
download | livie-2a0c7cf582506a9129f700e8be002503c68aa231.tar.lz livie-2a0c7cf582506a9129f700e8be002503c68aa231.tar.xz livie-2a0c7cf582506a9129f700e8be002503c68aa231.zip |
Changed engine from YT to invidious closed #3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -13,12 +13,9 @@ Livie allows the user to search youtube.com and play the video from `mpv`. ## Requirements - `python >= 3.6` -- `python-beautifulsoup4` -- `python-lxml` - `mpv` -- `hypervideo` or `youtube-dl` - `sudo pacman -S python-beautifulsoup4 python-lxml mpv hypervideo` + `sudo pacman -S python mpv` ## Installation |