diff --git a/download.html b/download.html index 8a2d368c4..91ae596a8 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2014.11.25 (sig)

+

2014.11.25.1 (sig)

- Windows exe (sig - 9ed58857ed17a3548a00a85cb937724fae7ed5a8596b72ad5fff13df6d316a0d)
- Full source + docs + binary tarball (sig - 6120e9b67ae1afd4302629508e2c817a96deb43fe9eeee62331bfc0fb5519191) + Windows exe (sig - fde4d45dd9e09fed9ac359703db18c125fc129e75cbde3080ffb493e03aada1e)
+ Full source + docs + binary tarball (sig - 34ceda4a904e35e7fe38808462fa6b2e14f1ee783ca3cbac2c67b5f5e432a04a)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.25/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.25.1/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/2014.11.25/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.25.1/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/2014.11.25/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/2014.11.25.1/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 2908f3756..6b324d74e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.25 \ No newline at end of file +2014.11.25.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 544571b75..902ab03ad 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 - 2014-11-25T10:03:02.655715Z + 2014-11-25T14:38:08.259122Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6470,4 +6470,19 @@ 2014-11-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.25.1 + New version 2014.11.25.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.25.1/ +
+
+ + The youtube-dl maintainers + + 2014-11-25T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a2f68fe9c..c7491385b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.25", - "signature": "294e2fcda9b752b45b4c0d2cf4ad675ceea5b4133407f432687a240d34efcdf705ac1fbc77bb10fb1f8fe7addbc3d6612c1651927824b991b317c323627aa8b3b42d5fbb5026c6b78a2937af75d093ff5d2f3485c39afe95e4fb4116eac097246f20300c256d8538cffba14148db2eb5c78faf69827410186fff042aa1f3e99a", + "latest": "2014.11.25.1", + "signature": "8d4b4b201a869c7f1c756f9841aeb55b674f874f52deebc0ba87497f52bd98bb6a853f9250a00c4520458baec7603a73ed66e6f769003932b52172f8dd0eec0102b409867c34616e47909fd4c9eae5c6e21457f2967fd5233c7f254ada934e3cf3fd306b946ff039d8e99bb62fa5fbd8b696791922bd4a3825ea08f0db1e0f8c", "versions": { "2012.02.22": { "bin": [ @@ -6041,6 +6041,20 @@ "https://yt-dl.org/downloads/2014.11.25/youtube-dl-2014.11.25.tar.gz", "6120e9b67ae1afd4302629508e2c817a96deb43fe9eeee62331bfc0fb5519191" ] + }, + "2014.11.25.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.25.1/youtube-dl", + "fc3985bb9b3d7a1145c4fb25120f8af76baa763e1c77d9c18653c2b11771f2a1" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.25.1/youtube-dl.exe", + "fde4d45dd9e09fed9ac359703db18c125fc129e75cbde3080ffb493e03aada1e" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.25.1/youtube-dl-2014.11.25.1.tar.gz", + "34ceda4a904e35e7fe38808462fa6b2e14f1ee783ca3cbac2c67b5f5e432a04a" + ] } } } \ No newline at end of file