diff --git a/download.html b/download.html index b6944edc7..6337d4b93 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.

-

2013.11.07 (sig)

+

2013.11.11 (sig)

- Windows exe (sig - acd060d1b1bf8a4fdba6863e837319c84ad53f385fc2596e8e3cfe01dd583703)
- Full source + docs + binary tarball (sig - 11537cf289a0ee9eb555647c7743d3989c5e16759ec526b3b31382a2852c8c4b) + Windows exe (sig - a6eed02daa0fa81f6d5ef43cd14e96257dd2c75b27571f2128902d92153b5337)
+ Full source + docs + binary tarball (sig - a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.07/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.11/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/2013.11.07/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.11/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/2013.11.07/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/2013.11.11/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 cadfaf114..b159c501c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -184,8 +184,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" keyword (requires authentication)
  • youtube:playlist: YouTube.com playlists
  • youtube:recommended: YouTube.com recommended videos, "ytrec" keyword (requires authentication)
  • -
  • youtube:search: YouTube.com searches
  • youtube:search: YouTube.com searches, newest videos first
  • +
  • youtube:search: YouTube.com searches
  • youtube:show: YouTube.com (multi-season) shows
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2f9891ab0..407869cf0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.07 \ No newline at end of file +2013.11.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3c050e2e9..2ed24bed7 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-07T11:09:15.764176 + 2013-11-11T18:39:20.117776 youtube-dl-2012.02.22 @@ -1789,4 +1789,19 @@ 2013-11-09 + + youtube-dl-2013.11.11 + New version 2013.11.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.11/ +
    +
    + + The youtube-dl maintainers + + 2013-11-11 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 06d9196a8..95a2f319d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.07", - "signature": "0bf1e9954a4368dbf7857e5c860e4f81c7445c87297ae95ba30a8a1977517535af22edfbc1395643ce61c0052eaafd67762338e55710a9fbad00b771f43cb1e55e9d5bd6236b22d2111679db2c1c90a2fa2c6c0de2d0125e721ad5198859b21ed241ee3aaa0962c3c4b9e1b6a8b52b295d882dedf41076eb5ccd0cfba9e2a9fa", + "latest": "2013.11.11", + "signature": "66588056814446440f922df333547fc0e8412fdb51996f7c2456d2f968f169ef4981e0efa002b3f879e0adc716c9e19e14d8108c9f5048663db80d0af9c819948ef9af15d082f0202227e2f518d13f390ff2b06ebda8a96817c9a5db27d5ef573f2d96c080f4f1cda7d8e04f670c3c91c9558719d637c3dd5643168534cd1d01", "versions": { "2012.02.22": { "bin": [ @@ -1673,6 +1673,20 @@ "https://yt-dl.org/downloads/2013.11.09/youtube-dl-2013.11.09.tar.gz", "1704dbec3492c55ae68d2bf59dca60aafa51461da164438bed90ad835d41f8b3" ] + }, + "2013.11.11": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.11/youtube-dl", + "fa512f08c395e18ad8fe453d28c7b73d4ed7d252ad8cb2a300208391204db994" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.11/youtube-dl.exe", + "a6eed02daa0fa81f6d5ef43cd14e96257dd2c75b27571f2128902d92153b5337" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz", + "a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584" + ] } } } \ No newline at end of file