diff --git a/download.html b/download.html index 8504ab6b9..85a0a8014 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.01.09.1 (sig)

+

2015.01.09.2 (sig)

- Windows exe (sig - ed169f96e81cbb007cc3804a6780475563d122c2efaa58ae3fdbbcaabb4e4a4c)
- Full source + docs + binary tarball (sig - 98bb93ac37cc8ea3bc0a49c1506893670ea450618c4593af87959bea64c7e12c) + Windows exe (sig - d0315cc869416d7a236132403be822a40262254a4fe77e5a8934421eda65c016)
+ Full source + docs + binary tarball (sig - cc935640b60185651f5452ff0e2346122284570c973af0562d51e63bafd51bec)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.09.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.09.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/2015.01.09.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.09.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/2015.01.09.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/2015.01.09.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 750ccf40b..7f044cf06 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -266,6 +266,7 @@
  • ndr: NDR.de - Mediathek
  • NDTV
  • NerdCubedFeed
  • +
  • Netzkino
  • Newgrounds
  • Newstube
  • nfb: National Film Board of Canada
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2fe5388f2..1db5f06c3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.09.1 \ No newline at end of file +2015.01.09.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 40a0a511c..8da86ada2 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-01-09T21:35:34.866190Z + 2015-01-10T00:03:34.443011Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7130,4 +7130,19 @@ 2015-01-09T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.09.2 + New version 2015.01.09.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.01.09.2/ +
    +
    + + The youtube-dl maintainers + + 2015-01-09T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 38d0654ce..13d88ce9d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.09.1", - "signature": "34267799cf19359f674a0a820e31224d901aadcbb8d98226db2633393c4a2106ddec328aa8b2960d8cd6e3f91bffa170ae24410bb740bb328df8f5901d64742e1c6eac1d89347ec420bd8642d0a0c9182cd2c60107185a7617f89a57681635a069be32354e930efcbc9b6b2c8b1bb5ad8785fdf361225d8a08bcde2eb35ab060", + "latest": "2015.01.09.2", + "signature": "4d7c015d93c35531573537c22ebf5dcc31612d51134a2515709701103ac0c31d45a8e6a1809ee9e8388712ed318cb68c322669a8d49f62812e4b1a0cc75054dec4d2bbbb94c4bba31664a6926b06ed707eb6ea43477d86918a924d8913036b067f3b986455961c7e66a963f24b4ea2f5167b061cc591cd77097d7798a9cb03f8", "versions": { "2012.02.22": { "bin": [ @@ -6657,6 +6657,20 @@ "https://yt-dl.org/downloads/2015.01.09.1/youtube-dl-2015.01.09.1.tar.gz", "98bb93ac37cc8ea3bc0a49c1506893670ea450618c4593af87959bea64c7e12c" ] + }, + "2015.01.09.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.09.2/youtube-dl", + "c44fd0d039418c83a8c074faf2ea1940bfa7e17ba9fd2dfea53e2964d002128c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.09.2/youtube-dl.exe", + "d0315cc869416d7a236132403be822a40262254a4fe77e5a8934421eda65c016" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.09.2/youtube-dl-2015.01.09.2.tar.gz", + "cc935640b60185651f5452ff0e2346122284570c973af0562d51e63bafd51bec" + ] } } } \ No newline at end of file