chmod error
authorWassimAttar <wassim.attar@free.fr>
Sun, 24 May 2015 08:37:05 +0000 (10:37 +0200)
committerWassimAttar <wassim.attar@free.fr>
Sun, 24 May 2015 08:37:05 +0000 (10:37 +0200)
commit1807ae22dd93646ea4d7ba4bd28087bf1ef4857c
treeaa29d523cbb0f9b28a1967608971db9bfef66ebb
parent71646e465348b25962a15f9a567f134514bde30a
chmod error

After installing youtube-dl with this method
    sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+xr /usr/local/bin/youtube-dl
When i try to use it, i get this error
    python: can't open file '/usr/local/bin/youtube-dl': [Errno 13] Permission denied

The correct chmod is a+xr
README.md