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

+

2014.09.16.1 (sig)

- Windows exe (sig - 12edbc9e1cbeb283ba597273cc0dc10cae7ffec6cba9ac58e3076c8babacedc1)
- Full source + docs + binary tarball (sig - 9c7067a421750e94dc6006df52019e5375591f91f4c8bb06a9d8c382159ee206) + Windows exe (sig - bf3702464bfd4155d41a0be129b48b9a0931dc42f68c1cd8b04e7e2b19ddd28d)
+ Full source + docs + binary tarball (sig - 4ca2d48ef7f75b6055519389298831abdf9a191ad81098a6175fd11a544594b4)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.16/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.16.1/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/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.16.1/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/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.16.1/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 4b10bb492..040355449 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -27,6 +27,7 @@
  • AddAnime
  • AdultSwim
  • Aftonbladet
  • +
  • allmyvideos.net
  • Allocine
  • anitube.se
  • AnySex
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a3d8cfafa..dd8434428 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.16 \ No newline at end of file +2014.09.16.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 36896a18b..3b705a8ff 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-16T10:14:36.595898Z + 2014-09-16T23:38:35.059714Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5765,4 +5765,19 @@ 2014-09-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.16.1 + New version 2014.09.16.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.09.16.1/ +
    +
    + + The youtube-dl maintainers + + 2014-09-16T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fddb7b00d..fffa853a1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.16", - "signature": "0f4d7a7e4d67feb871eeed97a68c76c6d974c659a653972ae33343a09248560fc3dd8092e8210499ad8cfa947c59926cbb4471483810faaa4390a1b64c1f3f86ecb7458ff1819d66ce81da2ce2fbb59ca0b5c26cf812df8e5977b6e52be2e0b455c2870a1a389c96afd106d78080d2c363fa0caded971df39eac1a4f5eeb9599", + "latest": "2014.09.16.1", + "signature": "5b0a56fb827b7677bf71eb9f25266438e66562cd49f68428eec2a8668fd3593a87004b544a1f2905bb2624e5da556790fdb967fef62277a8ffaee6f3f6717a196b7261d8165982162bbcf787375024f422b67875a2f90edfb4c7621cf08d1b8d8c5146850238479b00f3158bb383b620aad243b039ec4b08b63feb579da797c6", "versions": { "2012.02.22": { "bin": [ @@ -5383,6 +5383,20 @@ "https://yt-dl.org/downloads/2014.09.16/youtube-dl-2014.09.16.tar.gz", "9c7067a421750e94dc6006df52019e5375591f91f4c8bb06a9d8c382159ee206" ] + }, + "2014.09.16.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.16.1/youtube-dl", + "2f8aed0053301671e492fe22bf96b83387d295d9ec96ea8e8571a300e05830bf" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.16.1/youtube-dl.exe", + "bf3702464bfd4155d41a0be129b48b9a0931dc42f68c1cd8b04e7e2b19ddd28d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.16.1/youtube-dl-2014.09.16.1.tar.gz", + "4ca2d48ef7f75b6055519389298831abdf9a191ad81098a6175fd11a544594b4" + ] } } } \ No newline at end of file