diff --git a/download.html b/download.html index d1eea1e8a..d72f28493 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.10 (sig)

+

2014.09.10.1 (sig)

- Windows exe (sig - 0fa14e703b740d76ff6ec3446a2a9d6e2791471964bfec8e23d3a49e210dd94f)
- Full source + docs + binary tarball (sig - d991f41f40e59d06a45ded75a76f2d3e834f02c5ee3aa5bf0aa4f703ec381e20) + Windows exe (sig - 385b0f3637c31990f5824aa9abc9f3db1174e443cb2046275f822c353c1ece21)
+ Full source + docs + binary tarball (sig - 90749b00da47711351901ae2775ed130b6e22d6b90f0c516723248f253cf5ee6)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.10/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.10.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.10/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.10.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.10/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.10.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 c19bc3199..06ab0a812 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -145,6 +145,7 @@
  • Helsinki: helsinki.fi
  • HentaiStigma
  • HornBunny
  • +
  • HostingBulk
  • HotNewHipHop
  • Howcast
  • HowStuffWorks
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2e72b2a71..2e92c3460 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.10 \ No newline at end of file +2014.09.10.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4a70a91d0..0bf8ab817 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-10T12:42:38.613953Z + 2014-09-10T16:43:09.780410Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5675,4 +5675,19 @@ 2014-09-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.10.1 + New version 2014.09.10.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.09.10.1/ +
    +
    + + The youtube-dl maintainers + + 2014-09-10T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 973320374..fc7f6f875 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.10", - "signature": "81c544dd223eb398ecfea87a04dcd1643384459bb6ee41f0965f9d220cfef0584bf506f235b89ed72f8a2e9f5d97ec17f985c34ccf38ca1085a83820a8d6ec70b9e7992d34d1764174da9246e0a7e65511890638ef9cf949590382f127ac04c0d91fbe57140fd053d0310d4501e7b9410fec3569b2883c8609fd0cdb02206c7d", + "latest": "2014.09.10.1", + "signature": "68731b84aa77fee613e8a47f272484ce185785bdd18e2b373a7b5e2605db12b591e1386089cf808809c69438ab96cc1485c20b0ba39b58b169cd4681d8ccb8e3c7c84cd9b2c2bedce0fb35004c96784a5ab4faf984d745b146bb812f9a005e58e8cb080b42f53d4b68a3583775abc2414a149cff1fb07ddff7c07ad842d8b691", "versions": { "2012.02.22": { "bin": [ @@ -5299,6 +5299,20 @@ "https://yt-dl.org/downloads/2014.09.10/youtube-dl-2014.09.10.tar.gz", "d991f41f40e59d06a45ded75a76f2d3e834f02c5ee3aa5bf0aa4f703ec381e20" ] + }, + "2014.09.10.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.10.1/youtube-dl", + "d1d1e8798f7734ecccae9532249728f2a357aa35dcf62c4b130d7476311cd359" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.10.1/youtube-dl.exe", + "385b0f3637c31990f5824aa9abc9f3db1174e443cb2046275f822c353c1ece21" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.10.1/youtube-dl-2014.09.10.1.tar.gz", + "90749b00da47711351901ae2775ed130b6e22d6b90f0c516723248f253cf5ee6" + ] } } } \ No newline at end of file