diff --git a/download.html b/download.html index 90df8fbb2..62633f1ea 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.01.07 (sig)

+

2014.01.07.1 (sig)

- Windows exe (sig - e0f52c960e811857599520c0fab8a9831061e5b0278710b6504b72f8e2b4c221)
- Full source + docs + binary tarball (sig - 8becb11ef4f8359bc4e2a9df02bd10d4d6903c9566558710217bb5b7c1b4728f) + Windows exe (sig - 160b084ec937d8634bf932d1d883f147ef2267359aff57aa44b7e94d88d4e4f7)
+ Full source + docs + binary tarball (sig - 2c4526f3ca6a8cbd27301539bc55c9b1450d45ab9377d14ff0994f681729204b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.07/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.07.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.01.07/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.07.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.01.07/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.01.07.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 f9f364cca..886efd6dd 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -119,6 +119,7 @@
  • Metacritic
  • mixcloud
  • Mofosex
  • +
  • Mpora
  • MTV
  • muzu.tv
  • MySpace
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index bd9802c49..60e66ba9f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.07 \ No newline at end of file +2014.01.07.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2dcefb764..b4614691d 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-01-07T05:37:52.495848Z + 2014-01-07T08:18:35.071448Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2720,4 +2720,19 @@ 2014-01-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07.1 + New version 2014.01.07.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.07.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-07T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index cc0703609..e1ea7100f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.07", - "signature": "88fdc4dfa074c64a8d2470306836c5341a2683fe79144c1c916a41d4f413dce8e5b65a469b70619a6ab1a80f62a19cff8333f5961549b14a1c157fe26a8c6120ad8e0d02592e6c0563ca24e3bc89e80c0ed47b345f71967faa825e65573393c6eaf4ae5c6358ebac76beb4cd3fdf51a83292598c72d930772ac6ab95259ebcea", + "latest": "2014.01.07.1", + "signature": "66bcdc3f7a7bc7675501267f060133e2da098f9b5fb89f712b5ad81e0b2ef703d63ac78d8634964b302283cf1fcef6c7b9659b79d9c744be77255d87df64f1253afbc0ec5c31194e6cee3c43f74fd8d2469ddd7eb776f2903fb307481a91a5578480f3c7cbe41787d5d4fba406a4e598168f3c21b90bc471217226386c02c8e7", "versions": { "2012.02.22": { "bin": [ @@ -2541,6 +2541,20 @@ "https://yt-dl.org/downloads/2014.01.07/youtube-dl-2014.01.07.tar.gz", "8becb11ef4f8359bc4e2a9df02bd10d4d6903c9566558710217bb5b7c1b4728f" ] + }, + "2014.01.07.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl", + "b54936ff255000cd7aaa392279efcb42a4cf45bf85c73c7287a5f6155e40fedb" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl.exe", + "160b084ec937d8634bf932d1d883f147ef2267359aff57aa44b7e94d88d4e4f7" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl-2014.01.07.1.tar.gz", + "2c4526f3ca6a8cbd27301539bc55c9b1450d45ab9377d14ff0994f681729204b" + ] } } } \ No newline at end of file