diff --git a/download.html b/download.html index 353c57389..314b18e68 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2015.02.17 (sig)

+

2015.02.17.2 (sig)

- Windows exe (sig - d37ea1cce4ad5fd0f157d8a7151c0396c42966f49e8dd72683e4f174cf9fa282)
- Full source + docs + binary tarball (sig - 862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452) + Windows exe (sig - 45f6a7a13c50340b462c2ce5f90cfe69c30784ad4a61aec36ca3ca1c1feea9c4)
+ Full source + docs + binary tarball (sig - 2d8ae1f3070d757e9207f5b56a985fa5fd7222c83a37d8efe0d3e6388aabc65a)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.17/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.17.2/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.17/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.17.2/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.17/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2015.02.17.2/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig

The following GPG keys will be used to sign the binaries and the git tags:

diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 0f3d1b89d..c2a9ac2db 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.17 \ No newline at end of file +2015.02.17.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 00d6650bf..e1aaac149 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-17T17:30:58.914807Z + 2015-02-17T17:40:24.943745Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7715,4 +7715,19 @@ 2015-02-17T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.17.2 + New version 2015.02.17.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.17.2/ +
+
+ + The youtube-dl maintainers + + 2015-02-17T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 411c29602..f0846464b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.17", - "signature": "1f2c781a09e6e751053b9599c8af51e5b230e1e9955bdce88d58d297b2d2d4bfd7a25f41e6f760fa9412d841d7050dfcdbc53d87bcf4b9012221da0e0a1454a9750c789f29cf5490ca1e22c7e488dd758fb519c8ebb7afece56d264c76c94df40807714756651c36af936b349ddd0ca471531983fb9a8764dbb75c83e074d8f2", + "latest": "2015.02.17.2", + "signature": "3e29223438ca51abfcdad87186875ea677b495f1a0ea819ff0339a13401e60d2cd981deb57a832bc49c4e156b080021c2857841adbb674886f997d530fba74b74881f6015c83f665f713f2afc98d12331052beff43b75ac227cd11a465ddcc82df878b66c9d18a3aab1eb32ececa5de618bacc56d899be85973f3841a7f38990", "versions": { "2012.02.22": { "bin": [ @@ -7203,6 +7203,20 @@ "https://yt-dl.org/downloads/2015.02.17/youtube-dl-2015.02.17.tar.gz", "862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452" ] + }, + "2015.02.17.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.17.2/youtube-dl", + "48029a05b3ecae9d700429d3be547f71292cbc063425daaedb505b7b07fdd3dd" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.17.2/youtube-dl.exe", + "45f6a7a13c50340b462c2ce5f90cfe69c30784ad4a61aec36ca3ca1c1feea9c4" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.17.2/youtube-dl-2015.02.17.2.tar.gz", + "2d8ae1f3070d757e9207f5b56a985fa5fd7222c83a37d8efe0d3e6388aabc65a" + ] } } } \ No newline at end of file