diff --git a/download.html b/download.html index 80496e81c..dd8cc5ad6 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.

-

2013.12.16.1 (sig)

+

2013.12.16.2 (sig)

- Windows exe (sig - 195e72b65c7fdae71a55cfae50843964e0dd27851acf034968957d1b4c10318b)
- Full source + docs + binary tarball (sig - c883894fe0c76c38d87be553b3eaf668944d3918b45b5e3e2d4a6e4b6e539486) + Windows exe (sig - b598852a218b6e01fd3132bb6a7e179c3f47b695e18e6f3f15eedd72ebdfbad9)
+ Full source + docs + binary tarball (sig - de713f778bab51d0b442c539eff4a1a505ba9649e7fe29f4076a364f2e286e03)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.16.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.16.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/2013.12.16.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.16.2/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/2013.12.16.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/2013.12.16.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 48410e091..5375ac7d0 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -35,6 +35,7 @@
  • bambuser:channel
  • Bandcamp
  • Bandcamp:album
  • +
  • Blinkx
  • blip.tv
  • blip.tv:user
  • Bloomberg
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 638506965..855667485 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16.1 \ No newline at end of file +2013.12.16.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 34e603c15..760331329 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T06:14:45.527780 + 2013-12-16T14:20:44.743140 youtube-dl-2012.02.22 @@ -2359,4 +2359,19 @@ 2013-12-16-1 + + youtube-dl-2013.12.16.2 + New version 2013.12.16.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-2 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e9b4384a4..4dea6219c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16.1", - "signature": "558950ad06b88f1afb9ed68434acd6520bf62a18b4685614c80c0b6a10487d0d28f293fd07a509a2ce72c76f04c1e0a8fb7ff71e03f4c6176badb86913a14decc6ef3e78a6a93f0f4290b610c42a4282a91fc1cb98cb58f187bdf5a8316e54c431323a58149fadb85ffc37adf6b6db5d7663b26bbc7106fe5818ed89c15df85e", + "latest": "2013.12.16.2", + "signature": "59372fc97b4aea5c48df3eb06996a702ad771e3d433ab3068420f4d6dffb98f3226e48fc8f7d88fb064e9e64e08e0207d00b6b2e9c01aae97e43ba2f2f6c14baf585c9c27d67a74a7b05451e95403251721c08a58cbe9fc25ed16de8902ab15f15d82b6179a87baa0a47c2364abf98a965e25576e54bc07fe40c277852274a56", "versions": { "2012.02.22": { "bin": [ @@ -2205,6 +2205,20 @@ "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl-2013.12.16.1.tar.gz", "c883894fe0c76c38d87be553b3eaf668944d3918b45b5e3e2d4a6e4b6e539486" ] + }, + "2013.12.16.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl", + "4c688833034228502e637401aab8545de1707e91da00ff6617a0a28a10c25411" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl.exe", + "b598852a218b6e01fd3132bb6a7e179c3f47b695e18e6f3f15eedd72ebdfbad9" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl-2013.12.16.2.tar.gz", + "de713f778bab51d0b442c539eff4a1a505ba9649e7fe29f4076a364f2e286e03" + ] } } } \ No newline at end of file