diff --git a/download.html b/download.html index 11928fcaf..7ce706b58 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.02.03 (sig)

+

2015.02.03.1 (sig)

- Windows exe (sig - af9b791a256f96b5019e29f2be89ff03a57b1ec315bb91c90a6dab27da0982e0)
- Full source + docs + binary tarball (sig - 48faaf6de3e4a0ba896574b44bccefe4ce9cd14ee2d04c4b2ce70b7b669ddbab) + Windows exe (sig - a7d40cebed4f762a310f54c3d3e4596e59aa678370a052240991bcf86e42f7f4)
+ Full source + docs + binary tarball (sig - 63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.03/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.03.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/2015.02.03/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.03.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/2015.02.03/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/2015.02.03.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 8dcf5433e..928fb36a7 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -526,6 +526,7 @@
  • Wistia
  • WorldStarHipHop
  • wrzuta.pl
  • +
  • WSJ: Wall Street Journal
  • XBef
  • XboxClips
  • XHamster
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5012d7640..1825fda92 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.03 \ No newline at end of file +2015.02.03.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e11e4a901..748a7f77b 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 - 2015-02-03T00:28:28.624358Z + 2015-02-03T11:07:11.692064Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7460,4 +7460,19 @@ 2015-02-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.03.1 + New version 2015.02.03.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.03.1/ +
    +
    + + The youtube-dl maintainers + + 2015-02-03T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 80e4da1d6..f016773c3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.03", - "signature": "0ffc081b6a3f304a534a216bd69a0a68f03bb06867f345fa4e916df69c6230bbc5c28d90f54bf1ea2be5374d80d1bb75b69e635e021cae9d21f66986d87699e3fe919bb20d1fa64deb94260d748b690fdfd01e7c89e2413448f6efbfef47415b5f0e2a44142d5c44375158bb3e83fbde5bab7456093e0ccb1e1a935243651d62", + "latest": "2015.02.03.1", + "signature": "446d125af8a40f7e1bb1367cccec9cb6d90633021bb4e172f01927f16df23a3c61a176bcdfcb08f40170d1788fbc3ba7ec464c7eb704efacb48ff8ecd6897a71ee8d35071e5933fae59101ac3c0cc8b591f86f711bd6131b608f0c85ae9b5147d709b7270da08e6abc990459bcad4c0f9091a7a8ccc745e275ad1335dc4b8de7", "versions": { "2012.02.22": { "bin": [ @@ -6965,6 +6965,20 @@ "https://yt-dl.org/downloads/2015.02.03/youtube-dl-2015.02.03.tar.gz", "48faaf6de3e4a0ba896574b44bccefe4ce9cd14ee2d04c4b2ce70b7b669ddbab" ] + }, + "2015.02.03.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl", + "cff563561e344a6a79b5a351dcdbd358ac3c3e530b3b80e79d8a4015c8dd969c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl.exe", + "a7d40cebed4f762a310f54c3d3e4596e59aa678370a052240991bcf86e42f7f4" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl-2015.02.03.1.tar.gz", + "63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd" + ] } } } \ No newline at end of file