diff --git a/download.html b/download.html index 052fe1c0e..6b46bc702 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.

-

2015.01.01 (sig)

+

2015.01.02 (sig)

- Windows exe (sig - 680896eab2bacdef0e7d1e63a44cfd125a1641529fec100ef548e088eb987a71)
- Full source + docs + binary tarball (sig - a6fb876a03c4fb3e9da21ef23534a53a2bf7981c3f0fc8cc7fe07522e799ce12) + Windows exe (sig - b470e52956fa4784f775670e8f7dd10e743df64a83cd67baac127ec2357c07d8)
+ Full source + docs + binary tarball (sig - 68009779eec5dc31b98d4b5dc8dbbad3af22006f55cff3966e1b7a1c28866e2e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.01/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.02/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/2015.01.01/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.02/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/2015.01.01/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/2015.01.02/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 d50cec10d..b7b1940a5 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -458,6 +458,8 @@
  • videoweed: VideoWeed
  • Vidme
  • Vidzi
  • +
  • vier
  • +
  • vier:videos
  • viki
  • vimeo
  • vimeo:album
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 856975b45..bcb206dff 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.01 \ No newline at end of file +2015.01.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3ea0a5fa8..78751759d 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 - 2015-01-01T21:51:14.909787Z + 2015-01-02T16:00:30.520509Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6980,4 +6980,19 @@ 2015-01-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.02 + New version 2015.01.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.01.02/ +
    +
    + + The youtube-dl maintainers + + 2015-01-02T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index da6a9327f..e35039960 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.01", - "signature": "320acdda018fcf06e71b5b04ab48e4f02415d6cbd9979c13b87bf8685dd8fd9d2d81c030f00b826b1c199ad53da87990f80b3a42764a1b03dd68997e4e980e337049216c33a5dd1c53d8d607a6572ed0d029daaa846f7595ef2818d3e57e570ea7da4e869f9f73e43518e7f3d57d473bb955a9d160c1e4892ce1b92a04e8c1e8", + "latest": "2015.01.02", + "signature": "4c6dd0aad282f37d4fb665e62c88179070f919fc86b4ffa44f6c49f0acaf39f90204d46c807d9d83bfa078aa5815c1a20737c2db08df8e9c525ff2187ea11ffe624ad3ba720b18ecc2ff9b4d983cfa046eccb6a118614f3b9fb491880b162042d60e3efca2e74219c5895c7d254eed4fd68f4d8664c49d815b9e7ad5f3b08cb1", "versions": { "2012.02.22": { "bin": [ @@ -6517,6 +6517,20 @@ "https://yt-dl.org/downloads/2015.01.01/youtube-dl-2015.01.01.tar.gz", "a6fb876a03c4fb3e9da21ef23534a53a2bf7981c3f0fc8cc7fe07522e799ce12" ] + }, + "2015.01.02": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.02/youtube-dl", + "cf8691d66fc8a061d8162d761a31954341813f32ca2853263296f31e9c420faf" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.02/youtube-dl.exe", + "b470e52956fa4784f775670e8f7dd10e743df64a83cd67baac127ec2357c07d8" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.02/youtube-dl-2015.01.02.tar.gz", + "68009779eec5dc31b98d4b5dc8dbbad3af22006f55cff3966e1b7a1c28866e2e" + ] } } } \ No newline at end of file