diff --git a/download.html b/download.html index dd772331f..8d0c50bf5 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.21.3 (sig)

+

2014.03.21.5 (sig)

- Windows exe (sig - f42d6f737be77e2bb683153520b6411a3837443752169b7002286672686f1e1f)
- Full source + docs + binary tarball (sig - 60903f6bd1106b9c6e498f7b6d4ceb0b7d680584875307d7cb7690cb3c67dc00) + Windows exe (sig - 4efc7492adcefe197e3188e15a3ff54dfa8dd48a06f4fad24c4d9cb5dcda9ebb)
+ Full source + docs + binary tarball (sig - 82c1c9de140b5030ee836c9b0f3586e812fc5bc5881703322d97ed5eb35b064d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.21.3/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.21.5/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.21.3/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.21.5/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.21.3/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.21.5/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 566dc99c6..f384bad80 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -261,6 +261,7 @@
  • VideoBam
  • VideoDetective
  • videofy.me
  • +
  • videolectures.net
  • VideoPremium
  • viki
  • vimeo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9f5d2d7f4..33a82fb54 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.21.3 \ No newline at end of file +2014.03.21.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4d6dbbcda..573e069a5 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-21T02:12:43.586283Z + 2014-03-21T14:55:14.444846Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3845,4 +3845,19 @@ 2014-03-21T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.5 + New version 2014.03.21.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.21.5/ +
    +
    + + The youtube-dl maintainers + + 2014-03-21T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d634a3597..46227a7e2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.21.3", - "signature": "4e02a2a0d5f0bd0dd35c1744ce73b643ea8c24d4426e144aa9d7afb1c4252a0c025fa69be064a96bf6d4acd9fc61361e9061802da392f8d979e8cd3d595b428fdbd527a3df82ce436b424e6f869390593e5d65d5d8493d41a1c685b4171ffccf2c1de1dad246ed790d8db5adec60fe11f8187a8f46d68661695e255ac7be9413", + "latest": "2014.03.21.5", + "signature": "254afd2403d26f732c0534295b940a2bc6ed8a68a176057867bb3971cada6cdb70b0d66d7d914945e04e33ebb249dabad05a7bf46820e8285cd09000c8c0b87eaa0c9b498c6958f70951849271795fd0a36d0bc1480fcc3750b5682bfa68e9d745ff22c121e4fc5204899a5e2dee278bc9671d7784a67931d0241223ea290c30", "versions": { "2012.02.22": { "bin": [ @@ -3591,6 +3591,20 @@ "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl-2014.03.21.3.tar.gz", "60903f6bd1106b9c6e498f7b6d4ceb0b7d680584875307d7cb7690cb3c67dc00" ] + }, + "2014.03.21.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl", + "23d7cf85c2260ab93efdc4a73425adf412457801ce500e1b42fefd1f4be17b6f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl.exe", + "4efc7492adcefe197e3188e15a3ff54dfa8dd48a06f4fad24c4d9cb5dcda9ebb" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl-2014.03.21.5.tar.gz", + "82c1c9de140b5030ee836c9b0f3586e812fc5bc5881703322d97ed5eb35b064d" + ] } } } \ No newline at end of file