diff --git a/download.html b/download.html index 29d9c1756..411d5db3a 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.11.13.1 (sig)

+

2014.11.13.2 (sig)

- Windows exe (sig - 74e33d2cac76d98e935046249006dc6bb1c84a03a236c5439ab80ce7924a0266)
- Full source + docs + binary tarball (sig - da0f13bd5a047c562add5fc1ee9fff2ae19dc606f77e92f708a991b233997f50) + Windows exe (sig - 62a391e85a17b8a8dd5780c3d6f91eb4616c10fcd8bf0ba810f0cf200e2e9edc)
+ Full source + docs + binary tarball (sig - 71d031f238c721408428ed5849b1a22409ea74e13fd9eb74f78c2692018f881f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.13.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.13.2/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.11.13.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.13.2/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.11.13.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.11.13.2/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 92b5edd35..8ea59f4ea 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -134,6 +134,7 @@
  • francetvinfo.fr
  • Freesound
  • freespeech.org
  • +
  • FreeVideo
  • FunnyOrDie
  • Gamekings
  • GameOne
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a9b892cb8..86fbd7857 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.13.1 \ No newline at end of file +2014.11.13.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2d8b3b870..a3fa8b73a 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-11-13T15:49:57.982845Z + 2014-11-13T16:25:29.065614Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6275,4 +6275,19 @@ 2014-11-13T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.13.2 + New version 2014.11.13.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.11.13.2/ +
    +
    + + The youtube-dl maintainers + + 2014-11-13T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1b1bb01b1..59e7fdcc1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.13.1", - "signature": "32359e7a5eac9b2972571271c6260eaa7df487c8dbac08738bf7410c318b25ff1ea29e9baad616ee82454acd0824a942eab8d21df15caabd9589d46efacf992b599ec85be59be54c3fa2269cc8d3756202efec036fc65866e909c8c850326d205b2d67ca7c2f669566a5ea473c9e14376695805e263de4d5391584a377a03fc6", + "latest": "2014.11.13.2", + "signature": "5ae17b777b9464fb0888775803922cde78f88c1395d08f91b2eea2deed6ca57608df12b144eda0dfb05a5ccf1cf0d550b07f29311b54c356dd925c13353285cd97cdcdf3946681363c8249440955f0bedcc76231213e5e1a22faecc2ca0bda072c77e2a29653d605eb442ed8f4744e958860f1d6b8bc9e8ca0b61d1c7895c472", "versions": { "2012.02.22": { "bin": [ @@ -5859,6 +5859,20 @@ "https://yt-dl.org/downloads/2014.11.13.1/youtube-dl-2014.11.13.1.tar.gz", "da0f13bd5a047c562add5fc1ee9fff2ae19dc606f77e92f708a991b233997f50" ] + }, + "2014.11.13.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.13.2/youtube-dl", + "95f32f931d470b6b7b5a63d240d4d1eeab6aae6eea9801139affa79daa2646c8" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.13.2/youtube-dl.exe", + "62a391e85a17b8a8dd5780c3d6f91eb4616c10fcd8bf0ba810f0cf200e2e9edc" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.13.2/youtube-dl-2014.11.13.2.tar.gz", + "71d031f238c721408428ed5849b1a22409ea74e13fd9eb74f78c2692018f881f" + ] } } } \ No newline at end of file