diff --git a/download.html b/download.html index 02a9769fc..587c9effa 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.

-

2013.11.18.1 (sig)

+

2013.11.19 (sig)

- Windows exe (sig - 29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837)
- Full source + docs + binary tarball (sig - b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42) + Windows exe (sig - 627659c752eac4895a17417cea6e44a8fb9280f777d230bb865a5ce60e9ffb06)
+ Full source + docs + binary tarball (sig - 59d503475a0fa4059fc7c65130b6c6311e3621cb93930ede63aa4960e9ae0754)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.18.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.19/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/2013.11.18.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.19/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.11.18.1/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/2013.11.19/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 53f02bea2..6c85d6b44 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.18.1 \ No newline at end of file +2013.11.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 81f0c254f..c0f90398a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-18T14:01:28.934181 + 2013-11-19T12:51:44.308217 youtube-dl-2012.02.22 @@ -1894,4 +1894,19 @@ 2013-11-18-1 + + youtube-dl-2013.11.19 + New version 2013.11.19 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.11.19/ +
+
+ + The youtube-dl maintainers + + 2013-11-19 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3e38f9caa..8bfb21e6a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.18.1", - "signature": "7c51dfc52975f02c0e9520125410bfd0f110bfdc488c6b411c5698c2ecffa43b4a694418c8e7b5d393db485bff1555c8d121afa74f87c3a3997dfa26bf99a8f30c8877597dd53120948f25cc139a3e50cd6d860d81d2b2a025aa732dd0fd293fe357a36e0d2648ec2b5cafa6eba01bb687e35561947dee31a45d5e1576e0be02", + "latest": "2013.11.19", + "signature": "97bb9c4efc284fa8abf5f4a211119cca2591762ddbed2f13784c384a194bacb04a61fbc32d15a792c977b094136faf0013c34d03e6f6e02af52fa8394c0ce487780161f79a0865202f4fb395218d1712658b5b4e1667508f949f7d75e06a188ad8323abfdc2e5c45d89ca5dc6ef239455c79d36c193da9601f2671440e843292", "versions": { "2012.02.22": { "bin": [ @@ -1771,6 +1771,20 @@ "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz", "b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42" ] + }, + "2013.11.19": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.19/youtube-dl", + "41a6f612b311bfdd1bc4eddb6470646a260097fa541b4a68d3e26dad43af02ea" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.19/youtube-dl.exe", + "627659c752eac4895a17417cea6e44a8fb9280f777d230bb865a5ce60e9ffb06" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.19/youtube-dl-2013.11.19.tar.gz", + "59d503475a0fa4059fc7c65130b6c6311e3621cb93930ede63aa4960e9ae0754" + ] } } } \ No newline at end of file