diff --git a/download.html b/download.html index e323f893a..9674d2786 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.09.16.1 (sig)

+

2014.09.18 (sig)

- Windows exe (sig - bf3702464bfd4155d41a0be129b48b9a0931dc42f68c1cd8b04e7e2b19ddd28d)
- Full source + docs + binary tarball (sig - 4ca2d48ef7f75b6055519389298831abdf9a191ad81098a6175fd11a544594b4) + Windows exe (sig - fd088063f33fd27cb0ecefbd2fe6ce312579ed36a4a7156fe859ce15dfcadad5)
+ Full source + docs + binary tarball (sig - 032617d45fb278cb70dfcaefd6a69c29961d42a9db6363376a64d1a3b2c8f58e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.16.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.18/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.09.16.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.18/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.09.16.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.09.18/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 040355449..758004727 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -381,6 +381,7 @@
  • VideoDetective
  • videofy.me
  • videolectures.net
  • +
  • VideoMega
  • VideoPremium
  • VideoTt: video.tt - Your True Tube
  • videoweed: VideoWeed
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index dd8434428..acc499e7e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.16.1 \ No newline at end of file +2014.09.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3b705a8ff..3d6475aec 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-09-16T23:38:35.059714Z + 2014-09-18T18:49:03.198121Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5780,4 +5780,19 @@ 2014-09-16T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.18 + New version 2014.09.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.09.18/ +
    +
    + + The youtube-dl maintainers + + 2014-09-18T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fffa853a1..328fb35b4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.16.1", - "signature": "5b0a56fb827b7677bf71eb9f25266438e66562cd49f68428eec2a8668fd3593a87004b544a1f2905bb2624e5da556790fdb967fef62277a8ffaee6f3f6717a196b7261d8165982162bbcf787375024f422b67875a2f90edfb4c7621cf08d1b8d8c5146850238479b00f3158bb383b620aad243b039ec4b08b63feb579da797c6", + "latest": "2014.09.18", + "signature": "0689cebfbea85fde2d25f89a17efb98b28e1a572b43fcff9a86f50206eac45d0715cd5b4a79755629cc4f3284a7681bc0148550d8e2b8554305beb96d08846721a19ae1b57994456f1c6295c7e88fc2ffb69f9459ec34af5d7c40632142e31bda7184eec76902302a9a61f3d2e2dcc1ab85b9337e2b852df9ef3cb57a4d92f5d", "versions": { "2012.02.22": { "bin": [ @@ -5397,6 +5397,20 @@ "https://yt-dl.org/downloads/2014.09.16.1/youtube-dl-2014.09.16.1.tar.gz", "4ca2d48ef7f75b6055519389298831abdf9a191ad81098a6175fd11a544594b4" ] + }, + "2014.09.18": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.18/youtube-dl", + "099a9497f41fcb8e22b9fc6a7cd69f201a42f6d3baaeeefa363b86231aef2cdf" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.18/youtube-dl.exe", + "fd088063f33fd27cb0ecefbd2fe6ce312579ed36a4a7156fe859ce15dfcadad5" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.18/youtube-dl-2014.09.18.tar.gz", + "032617d45fb278cb70dfcaefd6a69c29961d42a9db6363376a64d1a3b2c8f58e" + ] } } } \ No newline at end of file