diff --git a/download.html b/download.html index e536206e1..586d6989c 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.

-

2013.09.20 (sig)

+

2013.09.20.1 (sig)

- Windows exe (sig - 8a8b105897fc05d7b936669c28ab20f2f6870a61e6640afedb713a0e2f0bf26c)
- Full source + docs + binary tarball (sig - 7c8563b67fe4983f043660b1a57cc1e7ea2c32037754efc73a1e23465d29b8b0) + Windows exe (sig - 1ecfef16f544b88ba0ccc5c044799dd57836d4217abd64ac7eca2de49041e7e4)
+ Full source + docs + binary tarball (sig - c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.20/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.09.20.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/2013.09.20/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.09.20.1/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/2013.09.20/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/2013.09.20.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 0ba553cfb..a41a802a4 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -45,6 +45,7 @@
  • DefenseGouvFr
  • DepositFiles
  • Dotsub
  • +
  • EbaumsWorld
  • eHow
  • Escapist
  • exfm: ex.fm
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ccbe23da8..0dc3c17bf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.20 \ No newline at end of file +2013.09.20.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0278cb56a..a6dcda143 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-20T10:29:43.781004 + 2013-09-20T23:02:38.406409 youtube-dl-2012.02.22 @@ -1354,6 +1354,21 @@ 2013-09-20 + + youtube-dl-2013.09.20.1 + New version 2013.09.20.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.20.1/ +
    +
    + + The youtube-dl maintainers + + 2013-09-20-1 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 915ef96e4..21a64cb73 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.20", - "signature": "5d25360748db13f9a1d014dc9f17a3d828b3536cedba08550de6a17c97152361e821457be6f9216e91566acb460ea9dd3719be2e38716cc6c503b4cd32885804aa319c8ce6694edf01d550e28a6e0e2084cacdd88f123f9f6a9e2d383a94181f529c059aa7fb12e4bcaf18d8fb08314ddecc8b856aa106894faa7f433b211173", + "latest": "2013.09.20.1", + "signature": "116ae9d1a50919de47eb8e9a1415c5dcffbe51c6730bf3838116dbe5e127a1ab1297062cf8a436ee580b29669049f28a6086d0c3ed46bafefe2b6bdc58a420f25ad689b30510b9781f9f1f717a5141c8f387a46bab99a7a590d2b7c000393c24336d38e348075e2b18cf57219864d25783d2369e511397b7aa10bfec4f6b000d", "versions": { "2012.02.22": { "bin": [ @@ -1268,6 +1268,20 @@ "7c8563b67fe4983f043660b1a57cc1e7ea2c32037754efc73a1e23465d29b8b0" ] }, + "2013.09.20.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl", + "eab81b94a28a6b928c1f45726242c9fae36b1a4cec320e699f19332d040b78a0" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.exe", + "1ecfef16f544b88ba0ccc5c044799dd57836d4217abd64ac7eca2de49041e7e4" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl-2013.09.20.1.tar.gz", + "c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",