diff --git a/download.html b/download.html index e9764e680..3a80c14f5 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.02.2 (sig)

+

2015.02.02.4 (sig)

- Windows exe (sig - 59356fbfb5c72e19d94e36a79a7302e5f14a07ef03c6681cee0da24afdd5db5a)
- Full source + docs + binary tarball (sig - 02f24d7f4554449a64d9372edb5158dacf438220e434f70507ef9e1bd86e20ad) + Windows exe (sig - c9a8f75ca15e1fd1583124d500b9a9c4ea15a9bb59c561cbdb6325194965be54)
+ Full source + docs + binary tarball (sig - f3596395a2bbbce94d38d6c55bf46e15357c180422901378003e0626de53ebc0)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.02.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.02.4/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.02.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.02.4/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.02.2/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.02.4/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 f1b2ce4e7..8dcf5433e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -279,6 +279,7 @@
  • ndr: NDR.de - Mediathek
  • NDTV
  • NerdCubedFeed
  • +
  • Nerdist
  • Netzkino
  • Newgrounds
  • Newstube
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index be54bfdac..175cc4738 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.02.2 \ No newline at end of file +2015.02.02.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f81901156..8b60bcb46 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-02T22:14:04.053717Z + 2015-02-02T23:41:51.223782Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7415,4 +7415,19 @@ 2015-02-02T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.02.4 + New version 2015.02.02.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.02.4/ +
    +
    + + The youtube-dl maintainers + + 2015-02-02T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 70bb76f88..47a23677b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.02.2", - "signature": "9c220c03d1ccbd75a7bbb084128e609df6c2141075fae6e9575777820ed5c416211c1ebcb928e099aa4eb84973687271234bae054376d213eb1a809c9547133519374fe4e752a68ce76e8bf44995bd8903cf94304322771f8073ab05868f013be1f5993a40ef5b145fae705f1ea4eae457b16788878e6afe5518b20b39e28302", + "latest": "2015.02.02.4", + "signature": "942b177cbba4ca49ed02d08bba8d8046cb49158122b9e9f23288422ccae0ee971af506a2d4f81def63f817275982ee67c07aa9daaf4e51e4f3e347524189d5c43d4ee6480d5f90e1563ba81b5ba6f8e99f9d9f9a58f3d9653a8770f851a46c5db54413f9c3daf39e0fc260b9abace3c72f10218107bbdfaf569677d99e1e08fd", "versions": { "2012.02.22": { "bin": [ @@ -6923,6 +6923,20 @@ "https://yt-dl.org/downloads/2015.02.02.2/youtube-dl-2015.02.02.2.tar.gz", "02f24d7f4554449a64d9372edb5158dacf438220e434f70507ef9e1bd86e20ad" ] + }, + "2015.02.02.4": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.02.4/youtube-dl", + "8605f019fc6f3f12253fac99729da5fc215145ea9ac5ecbcb34a92b0de4bb2e8" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.02.4/youtube-dl.exe", + "c9a8f75ca15e1fd1583124d500b9a9c4ea15a9bb59c561cbdb6325194965be54" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.02.4/youtube-dl-2015.02.02.4.tar.gz", + "f3596395a2bbbce94d38d6c55bf46e15357c180422901378003e0626de53ebc0" + ] } } } \ No newline at end of file