diff --git a/download.html b/download.html index 4105d61bc..e52afd22d 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.02.27.1 (sig)

+

2014.02.28 (sig)

- Windows exe (sig - 8845ed2a0cb8b07be9da63db3472ed383a9d012f518ddbc5370d3315906367cf)
- Full source + docs + binary tarball (sig - 40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a) + Windows exe (sig - a0dd6e23a4ac372df100ffe6464bb8c9b41e339527586404bb8a2cde87b265a3)
+ Full source + docs + binary tarball (sig - 23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.27.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.02.28/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.02.27.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.02.28/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.02.27.1/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.02.28/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 0db31c0aa..4b5da8968 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -101,6 +101,7 @@
  • Gamekings
  • GameSpot
  • Gametrailers
  • +
  • GDCVault
  • generic: Generic downloader that works on some sites
  • Hark
  • Helsinki: helsinki.fi
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index cb8a9000c..d335d3723 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.27.1 \ No newline at end of file +2014.02.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1b4b6f1c6..9bd9211f4 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-02-27T16:14:04.264412Z + 2014-02-28T14:57:04.718460Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3575,4 +3575,19 @@ 2014-02-27T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.28 + New version 2014.02.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.28/ +
    +
    + + The youtube-dl maintainers + + 2014-02-28T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 96932ba5f..d3c0b8ee8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.27.1", - "signature": "2a9683d7236c5d32a9bda290e4065e175fe891babbbae5ea8dd970e226451b001c0aaabdd823cb6ef444c7942cb099e6514f159076738b0448e70ad0a9974f42f8e7fb41a89557777f03851bab48f56c09547e8551dc8a385772abf54c55ed4e0cc15a764c39da21a17129b221feceaf85b2e2f558c7488286ce8006ab4b7364", + "latest": "2014.02.28", + "signature": "91e054539357b07350975a68c4251ae68d8226a9f7630b9b2d92149ef83b3ab0093cf01651fe97decc488f0ad67f6ba89202e2c5f8c915adfc489f207b4e013407de3264b6800e935c3ab419e99ff1bd2ee38c6509fe07f8b9b71aa88aed38d11a7edb4cc272b723ad156779fffa87c513a48c0a4a4cf2d14198334428e9c072", "versions": { "2012.02.22": { "bin": [ @@ -3339,6 +3339,20 @@ "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz", "40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a" ] + }, + "2014.02.28": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.28/youtube-dl", + "80f9e98a17ff3015f25bfb3b20da7f4aca44f5cc954fd2a1eac1ef41136d6532" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.28/youtube-dl.exe", + "a0dd6e23a4ac372df100ffe6464bb8c9b41e339527586404bb8a2cde87b265a3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz", + "23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6" + ] } } } \ No newline at end of file