diff --git a/download.html b/download.html index 883739c20..30ef44569 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.12.16 (sig)

+

2014.12.16.1 (sig)

- Windows exe (sig - af2a6ab113cc5190c8943cf976c6b49c41bb52a95c1836a86408037024a82508)
- Full source + docs + binary tarball (sig - 0762519ca3d2eb92d8c3ff76c1b7b1c009173c63e39aac73dc302eb565fe2c8f) + Windows exe (sig - 49fa706519ee6ffe7b9cbc1842f0108f1e7fb07663317f9fb173b64df9a9be7b)
+ Full source + docs + binary tarball (sig - 287a4b7ce6faf00e5619c7dbf84a2410533b7fd462d4e79bdafeb2ae704fa603)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.16/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.16.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.12.16/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.16.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/2014.12.16/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.12.16.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 c82091c4e..ecb6cf197 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -28,6 +28,7 @@
  • AddAnime
  • AdultSwim
  • Aftonbladet
  • +
  • AlJazeera
  • Allocine
  • anitube.se
  • AnySex
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 273197d6d..5ee60cfe7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.16 \ No newline at end of file +2014.12.16.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5d1543212..cc72e51b4 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-12-16T00:33:53.596980Z + 2014-12-16T16:08:06.370838Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6890,4 +6890,19 @@ 2014-12-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.16.1 + New version 2014.12.16.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.12.16.1/ +
    +
    + + The youtube-dl maintainers + + 2014-12-16T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d38847674..cc9353383 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.16", - "signature": "8e219b20077b6271f59837d139d1826d56dfcea4fb61e26b09cac10f5d3ee2a92c86fe38530e7cf2004b7df58b50dc07017c6d551b642b264d4a75305f444171db4ee19e82b4474cc71ed203fc70d10ccaa312508af2e8da246ee3748e238924353a072915cd9d94154f25486dfdee7373e846ac9f8de4742b2d8a0087748471", + "latest": "2014.12.16.1", + "signature": "75940945ae2d1a1f4c7824764d183e927d63685e3571d30dacfafdc1dda65702b285020d8114f1808576012ea2781ee1d1b0c89a6a9b4a87c21634882c8674b0b7d12606e7f4715aefbeb37eb302bf62b77cb06fefaaa173fc0aa445a92ae00f6bce179bc46a41ef21095baee28c911cf24e27d4649d7ed21f85a670c0831d79", "versions": { "2012.02.22": { "bin": [ @@ -6433,6 +6433,20 @@ "https://yt-dl.org/downloads/2014.12.16/youtube-dl-2014.12.16.tar.gz", "0762519ca3d2eb92d8c3ff76c1b7b1c009173c63e39aac73dc302eb565fe2c8f" ] + }, + "2014.12.16.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.16.1/youtube-dl", + "27ece941485af74e3ddff24c1394512081d14701b4c1b552798acd6c89439888" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.16.1/youtube-dl.exe", + "49fa706519ee6ffe7b9cbc1842f0108f1e7fb07663317f9fb173b64df9a9be7b" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.16.1/youtube-dl-2014.12.16.1.tar.gz", + "287a4b7ce6faf00e5619c7dbf84a2410533b7fd462d4e79bdafeb2ae704fa603" + ] } } } \ No newline at end of file