diff --git a/download.html b/download.html index 9f71d9da6..bcd9641c8 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.27.1 (sig)

+

2014.03.28 (sig)

- Windows exe (sig - 5a94ce80bc3577b6504945c4700a1bbf9ae5eb24fad2b94bea4ac046a040d89d)
- Full source + docs + binary tarball (sig - 067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b) + Windows exe (sig - 3305111a4658cb52626355803627d336f748f7b9ee6febff0bfff719786a5711)
+ Full source + docs + binary tarball (sig - 76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.27.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.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.03.27.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.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.03.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.03.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 e50fcbe91..f25de4b5a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -177,6 +177,7 @@
  • novamov: NovaMov
  • Nowness
  • nowvideo: NowVideo
  • +
  • NTV
  • ocw.mit.edu
  • on.aol.com
  • Ooyala
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index be942dbe5..76ee2e8fb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.27.1 \ No newline at end of file +2014.03.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bd3d87490..ab8a688f9 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-27T02:54:38.695592Z + 2014-03-28T23:18:07.873821Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4040,4 +4040,19 @@ 2014-03-27T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.28 + New version 2014.03.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.28/ +
    +
    + + The youtube-dl maintainers + + 2014-03-28T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 304a35c52..fd538aae9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.27.1", - "signature": "245db50077310af2c60927cf766cd13638601c76884d3edd28156570d0e394aa3f25981de8293e95fb678ed41249499bba2df276867d1a1677c458ee3f8a0fb7950e9f0b6278f1c7442f0f860073c3add72e6c8057e56244fa4b25736a21136b8c931329d5cdda5f4ecccaea5769d4867a40c055fd16441e32a52cee52adc172", + "latest": "2014.03.28", + "signature": "4c1d8597e650dbcfa567f62a9278bac357158fb1af7129f3bb9695e1b40c2518785df247a97d89b092624a3190b0caab1da14cf330288be70f1f027999b55e1f3f8a4e0f240475def0cd1072da88f582c96688ce724c610caff585a426af920a52194f9043bd9f08af961f11bbef766d80cdd7a4bf98f674669dff10ae068979", "versions": { "2012.02.22": { "bin": [ @@ -3773,6 +3773,20 @@ "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl-2014.03.27.1.tar.gz", "067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b" ] + }, + "2014.03.28": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.28/youtube-dl", + "b8b4216e0d1b228b606272755517e182e96f55a66031f9b42fa736aea2043676" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.28/youtube-dl.exe", + "3305111a4658cb52626355803627d336f748f7b9ee6febff0bfff719786a5711" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz", + "76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1" + ] } } } \ No newline at end of file