diff --git a/download.html b/download.html index c1c556901..1316f6d8c 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.12.12.1 (sig)

+

2014.12.12.2 (sig)

- Windows exe (sig - fed2f2070e39a5bf72cda4703b9531dadfbf7eecee419cc759c6082d3145135c)
- Full source + docs + binary tarball (sig - 125875255ced92cc079d6b29ea9e97dc2907a8ed866c3e631b413838e3ac1de6) + Windows exe (sig - b4d8034088a0ec4743c55198be54bf68fa2409ff584d99785e5da27922eda7cb)
+ Full source + docs + binary tarball (sig - 58038f47f0b741548ed3752b2bd295af5112a555fe2cd541e67ba1ba0e108377)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.12.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.12.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/2014.12.12.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.12.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/2014.12.12.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.12.12.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 fe2750023..688d5b641 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.12.1 \ No newline at end of file +2014.12.12.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 77ba8bb8d..d7ce46177 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-12-12T03:39:01.812114Z + 2014-12-12T15:59:44.183478Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6740,4 +6740,19 @@ 2014-12-12T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.12.2 + New version 2014.12.12.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.12.2/ +
+
+ + The youtube-dl maintainers + + 2014-12-12T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2e4d9cb0b..680e8eb77 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.12.1", - "signature": "972edbd5669cf50a2927aec5d4a54655883708f021b1d4506409b2f7456aa59d572e7e2ae2bb965664ac75641a3c9be715623b9d33791eca4d613814013227c9f6ffa19e48261793905a6892ee1bd2620397a72f1c0dd64e9f802c6026aee27eaadb8fb957bce78f45591756e601113c0b60212ed46d0ca158e81c1dc7e7813a", + "latest": "2014.12.12.2", + "signature": "9ccc60afbd73a0979ab4883010391d75de8fbe49ff6b121f40c86df0972a34ce5c624584642ac041b0bf01f991de99fade452433b66f81b59dfc78f1930b731139604ca69eb737ba18220e5529ff786407ca7d9323adf7592d897545b1a08e0537ef92d3e0a4588c5e14d3ad5a0282a881e9bba92b75abbe1a2d9370fda696ea", "versions": { "2012.02.22": { "bin": [ @@ -6293,6 +6293,20 @@ "https://yt-dl.org/downloads/2014.12.12.1/youtube-dl-2014.12.12.1.tar.gz", "125875255ced92cc079d6b29ea9e97dc2907a8ed866c3e631b413838e3ac1de6" ] + }, + "2014.12.12.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.12.2/youtube-dl", + "90026c7cc9d1a863d6842d503683a6d813c76c01c483f6981d1154c93d2e0310" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.12.2/youtube-dl.exe", + "b4d8034088a0ec4743c55198be54bf68fa2409ff584d99785e5da27922eda7cb" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.12.2/youtube-dl-2014.12.12.2.tar.gz", + "58038f47f0b741548ed3752b2bd295af5112a555fe2cd541e67ba1ba0e108377" + ] } } } \ No newline at end of file