diff --git a/faq.html b/faq.html index ca7afe036..59490460d 100644 --- a/faq.html +++ b/faq.html @@ -35,7 +35,7 @@ @@ -81,15 +81,6 @@ SyntaxError: Non-ASCII character '\x93' ... means you're using an outdated version of Python. Please update to Python 2.6 or 2.7.

-

To run youtube-dl under Python 2.5, you'll have to manually check it out and run it like this: - -git clone git://github.com/rg3/youtube-dl.git -cd youtube-dl -python -m youtube-dl --help - -Please note that Python 2.5 is not supported anymore.

- -