Hi,
As
SMTube will be soon unable to view/download YouTube videos, his author
rvm will maybe make a new program that could
use "youtube-dl" python script.
I tried to launch it but it complains about
3/1.RAM Disk:> python youtube-dl
File "youtube-dl", line 2
SyntaxError: Non-ASCII character '\x9c' in file youtube-dl on line 2, but no encoding declared; see
http://www.python.org/peps/pep-0263.html for details
I tried to add some "# coding: " but it doesn't work.
Until I read that
"The error
File "youtube-dl", line 2
SyntaxError: Non-ASCII character '\x93' ...
means you're using an outdated version of Python.
Please update to Python 2.6 or 2.7"
https://github.com/rg3/youtube-dl/#syntaxerror-non-ascii-characterTherefore,
is an newer Python version than 2.5.6 is planned on OS4 ? Thank you