diff --git a/download.html b/download.html index 520e4d3c5..94616949a 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.01.21.1 (sig)

+

2014.01.22 (sig)

- Windows exe (sig - 9e3f716bf86ed79b936d013e1eb0e887afd5383ae52acef3e91299eaffcaec7f)
- Full source + docs + binary tarball (sig - da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8) + Windows exe (sig - 3672cda3c84880d01bd3a52150ebdb2c89556d8ee4aa042c3810ef20796d07b0)
+ Full source + docs + binary tarball (sig - 140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.21.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.22/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.01.21.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.22/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/2014.01.21.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.01.22/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/supportedsites.html b/supportedsites.html index 2cbd1de75..30e832656 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -126,6 +126,7 @@
  • Mofosex
  • MPORA
  • MTV
  • +
  • mtviggy.com
  • muzu.tv
  • MySpace
  • MySpass
  • @@ -177,6 +178,7 @@
  • Space
  • Spankwire
  • Spiegel
  • +
  • Spike
  • stanfordoc: Stanford Open ClassRoom
  • Statigram
  • Steam
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 218046a3d..dd1bf65ae 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.21.1 \ No newline at end of file +2014.01.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bdaac895c..0b4fe2931 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-01-21T18:27:19.313180Z + 2014-01-22T00:24:21.726128Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2870,4 +2870,19 @@ 2014-01-21T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22 + New version 2014.01.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.22/ +
    +
    + + The youtube-dl maintainers + + 2014-01-22T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dc123e3c9..bdcbe5e90 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.21.1", - "signature": "8e191aa11e703c6ef99cb7113133c2b13765fbf931c2278391df619b16059dff6579c918b8becf16c0227e7ba5fb64f78e4439dba67e1e8b291f0e2a36615da3a1a32b217448fa55653a207a1e33d9ea6c09f496c310bf1d7a603ff17fadf6875fb1775c6badefccada487e525c502abcb9c730c4e101d9d02f1fbf982062f3c", + "latest": "2014.01.22", + "signature": "45eb4a254dc69d6d89438b57766ffa0f00252e0dba2e50f952f9d52fa9a9123d8b7ae3d8be4964d88110d8a769504ea7eb40633eb8236510160ef9c64a3e98ab57f8b805c6ea462fac630a197f833384b270aa3b8b28f135fee21b4d06d589c42ef7a9992adbbc53cd182e03911ae34da9bc104380e9fdbf4551d8b2ec96f932", "versions": { "2012.02.22": { "bin": [ @@ -2681,6 +2681,20 @@ "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl-2014.01.21.1.tar.gz", "da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8" ] + }, + "2014.01.22": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.22/youtube-dl", + "32454b470294823fe299cd127a613709ec8384bac8fce3866119da5fd0fcaa02" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.22/youtube-dl.exe", + "3672cda3c84880d01bd3a52150ebdb2c89556d8ee4aa042c3810ef20796d07b0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz", + "140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270" + ] } } } \ No newline at end of file