Created
July 6, 2015 01:34
-
-
Save anonymous/1e827007070614fb32e3 to your computer and use it in GitHub Desktop.
youtube thru tor ( ͡° ͜ʖ ͡°)
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
read DL | |
mkdir temp/ && cd temp | |
usewithtor youtube-dl $DL | |
DF="$(ls | grep ".mp4")" | |
mv $DF ../$DF && cd ../ && rm temp/ | |
vlc $DF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment