Last active
December 29, 2019 02:58
-
-
Save guibeira/581f9f2d0db75bcc1fc5694ca9e06621 to your computer and use it in GitHub Desktop.
deploy music
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo $(pip install --upgrade youtube-dl) | |
echo $(youtube-dl -f 251 https://www.youtube.com/watch?v=mjjkHg5FOhk -o - | ffplay -nodisp -autoexit -i -) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short version