diff --git a/download.html b/download.html index d466a794f..02a9769fc 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.18 (sig)

+

2013.11.18.1 (sig)

- Windows exe (sig - 74ccf5c71a1ff16c503ba239f5a36a82be18de8c1a09314be9d55ce2d27ea64c)
- Full source + docs + binary tarball (sig - 765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2) + Windows exe (sig - 29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837)
+ Full source + docs + binary tarball (sig - b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.18/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.18.1/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.18/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.18.1/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.18/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.18.1/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 7b55bf854..e41d10d2e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -188,8 +188,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 1ad92172b..53f02bea2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.18 \ No newline at end of file +2013.11.18.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ca3586eb3..81f0c254f 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-18T13:34:23.678299 + 2013-11-18T14:01:28.934181 youtube-dl-2012.02.22 @@ -1879,4 +1879,19 @@ 2013-11-18 + + youtube-dl-2013.11.18.1 + New version 2013.11.18.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.18.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-18-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ce05f6f7d..3e38f9caa 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.18", - "signature": "3863b8ac479c69950d38cd77230741186013333d5d9a1d7d1078662c3b084834f3e4c0ebb071712a6734d53226123e7f7657a2e274f82e62da2fba10c806ad3d64661319ba5453bd21dff6a2f5491286cafc31983e20bf0913d14e592f13617d9b1d61c5defea3d3bef5b6667a35ad7ba1b2fd392ac6f9dbee1113183138e4d0", + "latest": "2013.11.18.1", + "signature": "7c51dfc52975f02c0e9520125410bfd0f110bfdc488c6b411c5698c2ecffa43b4a694418c8e7b5d393db485bff1555c8d121afa74f87c3a3997dfa26bf99a8f30c8877597dd53120948f25cc139a3e50cd6d860d81d2b2a025aa732dd0fd293fe357a36e0d2648ec2b5cafa6eba01bb687e35561947dee31a45d5e1576e0be02", "versions": { "2012.02.22": { "bin": [ @@ -1757,6 +1757,20 @@ "https://yt-dl.org/downloads/2013.11.18/youtube-dl-2013.11.18.tar.gz", "765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2" ] + }, + "2013.11.18.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl", + "e545eeb1ac9f556780c45db7844db404657ab4798170816bd4e942668d377945" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.exe", + "29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz", + "b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42" + ] } } } \ No newline at end of file