diff --git a/download.html b/download.html index 134491beb..b91b4103d 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.03.11 (sig)

+

2014.03.12 (sig)

- Windows exe (sig - 1f2113580eaa781be09dbbd81608eb78d94228324cdc18f094ff019e90cdc907)
- Full source + docs + binary tarball (sig - 817cad79fb1bbf9ce3828e75d03c18c27be351190b03d72e8fd826312e5e7893) + Windows exe (sig - 45e57f9b6acd3f886dcf43927e588e223640d79aa99aa729618ee018839b136d)
+ Full source + docs + binary tarball (sig - bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.11/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.12/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.03.11/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.12/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.03.11/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.03.12/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 cd07dd683..9e36c03c9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -268,6 +268,7 @@
  • vk.com
  • vube: Vube.com
  • wat.tv
  • +
  • WDR
  • Weibo
  • Wimp
  • Wistia
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 489b7b552..cf048d4e5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.11 \ No newline at end of file +2014.03.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ccc269543..03830ed1b 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-03-11T16:53:41.662081Z + 2014-03-12T14:54:33.468301Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3725,4 +3725,19 @@ 2014-03-11T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.12 + New version 2014.03.12 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.12/ +
    +
    + + The youtube-dl maintainers + + 2014-03-12T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 930f1c702..448284250 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.11", - "signature": "7d7569f51bb3cff1eab7ad46110bb94bdcb9e4949e846b607aa1d64141670e76eb0ab6555d4ad2af9ced08bfc0b7e0444dff6b2d34c752f8b28bd65040294d437062551f1a3657b159d7f2b896424765b93cdef9c4e19e87c84275a2a78da1695c3391795ce2be718f487fe401768dc961c9b5a08d88a388f8c2620f093e071e", + "latest": "2014.03.12", + "signature": "2a51b5eacb0137d638414083e8364d4b075bd0e184505e0ed834917e8ce7aa5d1ce46557e47a540a047dbcbbf62ed49ff15ce130226e838de5f6e532ba60a329549f88aca54bc8f6a344805683ba3779279fde591d2f41579987866401f413210eb74cb4f7eca83394506cf9c8acac3417371436f3931c23ce45b17466bb483d", "versions": { "2012.02.22": { "bin": [ @@ -3479,6 +3479,20 @@ "https://yt-dl.org/downloads/2014.03.11/youtube-dl-2014.03.11.tar.gz", "817cad79fb1bbf9ce3828e75d03c18c27be351190b03d72e8fd826312e5e7893" ] + }, + "2014.03.12": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.12/youtube-dl", + "4086db11f01a0584731399cb53a15fb0c700ea173318fdfdf225e617c2d55702" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.12/youtube-dl.exe", + "45e57f9b6acd3f886dcf43927e588e223640d79aa99aa729618ee018839b136d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz", + "bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9" + ] } } } \ No newline at end of file