diff --git a/download.html b/download.html index d9b43494e..3e8c27631 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.05.6 (sig)

+

2014.01.06 (sig)

- Windows exe (sig - 37a336c6f9987af4fd5fbc5d8bdf34ac8012346d62b9ded085e43f2c59315c09)
- Full source + docs + binary tarball (sig - 8b6996f16124be12e432d14b5fb67fc9f253e5f0867d6c919fce39b0f4660ef2) + Windows exe (sig - 79e1046cffe9d2b8999e264259fcfe83b03196e2f2727ea64c7f1fa965e62081)
+ Full source + docs + binary tarball (sig - 87b806416aa7aef3d8f4ad5d32c6ead95a3e6acc4bf740fa2b4a34a5462e0562)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.05.6/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.06/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.05.6/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.06/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.05.6/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.06/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 af4b4a1e3..f9f364cca 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -208,6 +208,7 @@
  • vimeo:album
  • vimeo:channel
  • vimeo:group
  • +
  • vimeo:review: Review pages on vimeo
  • vimeo:user
  • Vine
  • vk.com
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 52fb69d56..9e49a43d4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.05.6 \ No newline at end of file +2014.01.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6f7d4c3da..4d5955b4b 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-05T12:12:59.225186Z + 2014-01-06T17:50:12.094344Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2675,4 +2675,19 @@ 2014-01-05T00:00:06Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.06 + New version 2014.01.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.06/ +
    +
    + + The youtube-dl maintainers + + 2014-01-06T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dc84b4290..6de754fb9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.05.6", - "signature": "6809aeba4db63e7d5d1e25272b1deed9b285d48f3cfe068eaa084d946f68f7cc07c919ba8e2b8e27053094576f49ee5ddd1b9bff793954e69e6a7ecd872b90f57c9736a2f882aa31ca3b0bc8817269104c1c7275bf93350e1bc63fd32781f97936b4a99299a2f6b6a91544bef32dbc7a2e40ac9fa446e1c54881aadfc0076e23", + "latest": "2014.01.06", + "signature": "70c9adb9c15922a51a06df0cb20963e039980e49d48ef56f4de8cdfca4958107cc0d16711a23ab4229b4ac654ccc26f211078d635b8d9c9276264849bd49ecba03eda22d646efdb06c4c5811df3154d63232189efaa3b5c74143e06966560195a566a816732244bbcfaf4b2e227da3c8e869f9ebd9bd8040daddeada321b33c2", "versions": { "2012.02.22": { "bin": [ @@ -2499,6 +2499,20 @@ "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl-2014.01.05.6.tar.gz", "8b6996f16124be12e432d14b5fb67fc9f253e5f0867d6c919fce39b0f4660ef2" ] + }, + "2014.01.06": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.06/youtube-dl", + "4657b8c028c0d8411d9e00fc313e33d899177bbd374e45b06cf9f77e48da1a94" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.06/youtube-dl.exe", + "79e1046cffe9d2b8999e264259fcfe83b03196e2f2727ea64c7f1fa965e62081" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.06/youtube-dl-2014.01.06.tar.gz", + "87b806416aa7aef3d8f4ad5d32c6ead95a3e6acc4bf740fa2b4a34a5462e0562" + ] } } } \ No newline at end of file