diff --git a/download.html b/download.html index 89f1f8865..836c856dd 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.02.06 (sig)

+

2014.02.06.1 (sig)

- Windows exe (sig - a904943e9c4f362896a49d946d334667fca43e87fd4d38eb2c8fba605429f95d)
- Full source + docs + binary tarball (sig - 2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647) + Windows exe (sig - 0ee22749e8a348e0a183bde30e5124b60d7fb699f678c924057b4f9d7910f6d9)
+ Full source + docs + binary tarball (sig - 6789747c43d42aee1850710be8eeb47e8a76698c620752f1aa94393d91f613ed)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.06/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.02.06.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.02.06/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.02.06.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/2014.02.06/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.02.06.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 c5d58fc25..cd4b3f6c1 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -74,6 +74,7 @@
  • EbaumsWorld
  • eHow
  • eitb.tv
  • +
  • ElPais
  • Escapist
  • EveryonesMixtape
  • exfm: ex.fm
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b1145e4b1..9e98bce11 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.06 \ No newline at end of file +2014.02.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9046d9693..925e6cf6d 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-02-06T03:32:56.186517Z + 2014-02-06T11:34:16.980432Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3245,4 +3245,19 @@ 2014-02-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06.1 + New version 2014.02.06.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.06.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-06T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e8e5962b5..4b573f11d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.06", - "signature": "979bbcdadca1468823c708405dfd21d444cb5939ef56b82fb59a2d48810c5f2597b1585a244b33a17034d6573cc46dd8689bbf3b4a8619a6391fa5c418f0372fe437096ddd6e934d57229222696dfe2d345400c05a604516e79fa47af3da2ee6c7a9271a4e9bcd96c23d9ba1dcf3f1b098183347ac92b12ef3822d2739c94769", + "latest": "2014.02.06.1", + "signature": "012a3a5b8ee360b17cbb403f81b6482f04acc80ae997db220c62965da0a5d21de71b19b781aedf50fe09238c09afbb2e0e507c019f444308a82f225837c91c6f79fc1cf63af02a82ce2180c190a801876572d7fc9accbab371fb0cc40a0508f77dd34bff69d54facdb3d60958ec1c1ac519e5a92acda737affb550071c11f0c1", "versions": { "2012.02.22": { "bin": [ @@ -3031,6 +3031,20 @@ "https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz", "2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647" ] + }, + "2014.02.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl", + "628ff4c909e79032fc13f05480f04f7dec2fddc61a19be642bbbb581026e43e2" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl.exe", + "0ee22749e8a348e0a183bde30e5124b60d7fb699f678c924057b4f9d7910f6d9" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl-2014.02.06.1.tar.gz", + "6789747c43d42aee1850710be8eeb47e8a76698c620752f1aa94393d91f613ed" + ] } } } \ No newline at end of file