View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#26
Originally Posted by Straycat View Post
But I'm unable to download any file from there. I just can see the text of the script.
Right-click the link and save-as. If you are downloading on tablet then long press on the link might bring up save-as, not sure. Or you can use
Code:
wget https://github.com/rg3/youtube-dl/raw/2011.08.04/youtube-dl --no-check-certificate
from a terminal on the tablet. Replace "wget" with "maemo-mini-curl" if you haven't installed it.


Originally Posted by Straycat View Post
I had the previous script on MyDocuments folder to avoid permissions troubles. I think this way isn't neccesary the chmod thing, right?
Doesn't matter where the file is located, the chmod allows it to be executed without explicitly passing it to the python interpreter.
 

The Following 2 Users Say Thank You to auouymous For This Useful Post: