diff --git a/download.html b/download.html index 63185c35a..4f2be3e3f 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.27 (sig)

+

2014.12.01 (sig)

- Windows exe (sig - e1b3674e04e29a26b444a8f133e00c8746ecbf156071b6ffbc1af69aa48fb01c)
- Full source + docs + binary tarball (sig - 4a852a97d826561b1d63ee6ca924eb2d1758b5d80baf2b5314cd9629c7a5b22e) + Windows exe (sig - 5107f37cce487b5aecfa4c0642122f2cc7522653de1f5f03817561f3951be704)
+ Full source + docs + binary tarball (sig - e47cab932c1c1fcaddb8e4a3ada0560421f8d356d63c074b0a7e91b494a0ec56)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.27/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.01/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.27/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.01/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.27/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.01/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 39fb73e60..36b53de60 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -233,6 +233,7 @@
  • MusicVault
  • muzu.tv
  • MySpace
  • +
  • MySpace:album
  • MySpass
  • myvideo
  • Naver
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 05cc6e343..6ed59ae3a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.27 \ No newline at end of file +2014.12.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0c5594034..267c99adc 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-27T16:07:16.847462Z + 2014-12-01T17:33:00.854609Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6560,4 +6560,19 @@ 2014-11-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.01 + New version 2014.12.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.12.01/ +
    +
    + + The youtube-dl maintainers + + 2014-12-01T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ff43278a4..31bdfc85c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.27", - "signature": "33e73c8baf4693ac68cb64fc13ccf80585ea8af5918ca1accb47a7eea92a7cc7cfad99a98bec0d1329625c8a24054ce2f7f825a960bda47a419b91f6072536281cb7c335e2569980383ae0a8eba7997ad2840067d716547430039d18dd9ab9afc1fa347dbbb4f6dd7565f87524c2018da19adfe870b63fc33529b9204679e66e", + "latest": "2014.12.01", + "signature": "1d8d0a5ebf83ee45239a756c65949b6a467fca9a54f40080948083c40abee1cf96612391ece2eb32079a67dbff6c22d96cf1936de1c827964a78d5c7e57d45e3618498c5d5a364f7196dd07a232559feaa8bb16837a2c87150326d5ae417f4d282fdf5d1285ede855c41356a14cb75ab2e2b6ae83d0707e1194bbb80a48ac2ab", "versions": { "2012.02.22": { "bin": [ @@ -6125,6 +6125,20 @@ "https://yt-dl.org/downloads/2014.11.27/youtube-dl-2014.11.27.tar.gz", "4a852a97d826561b1d63ee6ca924eb2d1758b5d80baf2b5314cd9629c7a5b22e" ] + }, + "2014.12.01": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.01/youtube-dl", + "2c0a6a869f48e17e7240d45ffc5187288ed48fe1bfbc4ad7835584c526d74efa" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.01/youtube-dl.exe", + "5107f37cce487b5aecfa4c0642122f2cc7522653de1f5f03817561f3951be704" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.01/youtube-dl-2014.12.01.tar.gz", + "e47cab932c1c1fcaddb8e4a3ada0560421f8d356d63c074b0a7e91b494a0ec56" + ] } } } \ No newline at end of file