From d128f353106f2df5f66619a9481511ead5b5ad7a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 4 Jan 2015 02:52:19 +0100 Subject: [PATCH] Denote Python 3.2 support --- about.html | 2 +- documentation.html | 2 +- download.html | 2 +- download.html.in | 2 +- index.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/about.html b/about.html index 133bc74eb..53faa8958 100644 --- a/about.html +++ b/about.html @@ -14,7 +14,7 @@

What is it?

-

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.3+, and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. The project is currently being developed at github.

+

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. The project is currently being developed at github.

Authors

diff --git a/documentation.html b/documentation.html index a3eba5448..e0efc0fc6 100644 --- a/documentation.html +++ b/documentation.html @@ -37,7 +37,7 @@

After that, you should be able to call it from the command line as youtube-dl. I will use youtube-dl in the following examples. Usage instructions are easy. Use youtube-dl followed by a video URL or identifier. Example: youtube-dl "http://www.youtube.com/watch?v=foobar". The video will be saved to the file foobar.flv in that example. As YouTube.com videos are usually in Flash Video format, their extension should be flv. In Linux and other unices, video players using a recent version of ffmpeg can play them. That includes VLC, MPlayer, etc. Those two work under Windows and other platforms, but you could also get a specific FLV player of your taste.

-

If you try to run the program and you receive an error message containing the keyword SyntaxError near the end, it means your Python interpreter is too old, remember that youtube-dl need Python version 2.6, 2.7, or 3.3+.

+

If you try to run the program and you receive an error message containing the keyword SyntaxError near the end, it means your Python interpreter is too old, remember that youtube-dl need Python version 2.6, 2.7, or 3.2+.

More usage tips

diff --git a/download.html b/download.html index 9fbc17f66..458baa65c 100644 --- a/download.html +++ b/download.html @@ -14,7 +14,7 @@

Note that if you directly click on these hyperlinks, your web browser will most likely display the program contents. It's usually better to right-click on it and choose the appropriate option, normally called Save Target As or Save Link As, depending on the web browser you are using.

-

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

+

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

2015.01.03 (sig)

diff --git a/download.html.in b/download.html.in index 3680384a6..28ec18d2b 100644 --- a/download.html.in +++ b/download.html.in @@ -14,7 +14,7 @@

Note that if you directly click on these hyperlinks, your web browser will most likely display the program contents. It's usually better to right-click on it and choose the appropriate option, normally called Save Target As or Save Link As, depending on the web browser you are using.

-

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

+

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

@PROGRAM_VERSION@ (sig)

diff --git a/index.html b/index.html index b783636f3..d977e720c 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ (and more sites) -

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.3+), and it is not platform specific. We also provide a Windows executable that includes Python. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.

+

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platform specific. We also provide a Windows executable that includes Python. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.

Documentation