diff --git a/download.html b/download.html index d17d22eab..6ab366e4a 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.09.24.1 (sig)

+

2014.09.25 (sig)

- Windows exe (sig - 3cb21ce54d447340d816110aa789754a2fb965051677c3f692a9618bd103045e)
- Full source + docs + binary tarball (sig - f0f3ab36976a74c8c112c36b01f529e8e4231310f50158e8aab8098dadfbac3c) + Windows exe (sig - 54476fca381317037b5a67fc4fd44bd906f99cf388635988c4ca8c0dbc643999)
+ Full source + docs + binary tarball (sig - 1fa2669cfa905fe11c25a1c4b9177d93e67b433a322fbb253725837912f424a2)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.24.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.25/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.09.24.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.25/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.09.24.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/2014.09.25/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 e64c4284b..806b3d70c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.24.1 \ No newline at end of file +2014.09.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c2df0c324..f162e5b03 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-09-24T14:19:05.085812Z + 2014-09-25T02:02:47.252547Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5855,4 +5855,19 @@ 2014-09-24T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.25 + New version 2014.09.25 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.09.25/ +
+
+ + The youtube-dl maintainers + + 2014-09-25T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dd98feed3..beba48221 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.24.1", - "signature": "5e262f89d235f1534feed4074a2a586e9435b9da96f9ba3cf988cf38201a179490a34398266c8e690ee2402db143e76c945a204635d08f2364814851351c006526e8f8289d7d87b7abbc89e789df8074d2d49d6321159ecea73178bd9b03f1704d2e8f3d65154fba1c788cdaadb25e087a338f9c7ef8a8f0644bf18cb8ee8f53", + "latest": "2014.09.25", + "signature": "3382139e3d75a708347f045744aa8bafd70fd8bc35cdda73f43d776cad9a9d1000645cf1279ebc930de9359b920e735c912d5314344acbf0a02ccb5178ce87ea82c5b09d7d42fda5d47436c6955af137f4bcef8a0e3656ac4cd43e53ff7b88e8182895257c185d9d52ec64ea1d1a034ad856e99c605ee7c6eae72328efed3d97", "versions": { "2012.02.22": { "bin": [ @@ -5467,6 +5467,20 @@ "https://yt-dl.org/downloads/2014.09.24.1/youtube-dl-2014.09.24.1.tar.gz", "f0f3ab36976a74c8c112c36b01f529e8e4231310f50158e8aab8098dadfbac3c" ] + }, + "2014.09.25": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.25/youtube-dl", + "ba56f5bfa630c4f0b2f003ae2c50b25f28681499a52b280a8bcaa17fae6967d3" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.25/youtube-dl.exe", + "54476fca381317037b5a67fc4fd44bd906f99cf388635988c4ca8c0dbc643999" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.25/youtube-dl-2014.09.25.tar.gz", + "1fa2669cfa905fe11c25a1c4b9177d93e67b433a322fbb253725837912f424a2" + ] } } } \ No newline at end of file