diff --git a/download.html b/download.html index 23df91def..d8f34ec42 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.11.23 (sig)

+

2014.11.23.1 (sig)

- Windows exe (sig - 40aa36967e37baa1fc535cfd40832c614028171568e3ec29fba93f88e8aee6e0)
- Full source + docs + binary tarball (sig - c9d565ab8ab73c7ff196e7dda6d67135eb51dd178ccc9e01fd47960526a722bc) + Windows exe (sig - 082a1c869886ae826ddbef3033d248783404108382d59a2dd6f41fde0fdce299)
+ Full source + docs + binary tarball (sig - ebdc15e688ac787c14d3a9da18b70333166e1c50b9beed0d58b7f42b6fcb58d4)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.23/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.23.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.11.23/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.23.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.11.23/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.11.23.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 097ed6796..3c98374a2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -434,6 +434,7 @@
  • Vine
  • vine:user
  • vk.com
  • +
  • vk.com:user-videos: vk.com:All of a user's videos
  • Vodlocker
  • Vporn
  • VRT
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ef1e9be79..dee2eaead 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.23 \ No newline at end of file +2014.11.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8dec2ff40..b9faf7768 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-11-23T10:02:59.555256Z + 2014-11-23T10:57:15.156963Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6425,4 +6425,19 @@ 2014-11-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.23.1 + New version 2014.11.23.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.11.23.1/ +
    +
    + + The youtube-dl maintainers + + 2014-11-23T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9bce78a95..d8b9f7d24 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.23", - "signature": "98abda9ea6fcf58fb3a62b299947b52909c532411baba297d073d94149dc9cb2bb69595bc69e45fa98b5c245fb0dbfd0ba05589df67964e830bfadf9c24fcedb6654e775035fb34c181404963d09b3c77092851fbeeee55f690bb2e4371675e038a08772031731dfcea9e874c9c3a150a9ac82a824fbb7556139f9692169391e", + "latest": "2014.11.23.1", + "signature": "353fe54bf05d1b30afd1f3b09f46fab33c463ded66ba6a9a8fce41dbda5334bf8e75d2192d202bfc5e565eab33cdb167624cd65fbe3742917754a7c82f6d9ce0a694a4a8a2a7cad81590df83b3e93debdc94c32a0975ad27dbf61df6c99c5f2dbe7044e8cc03a2d9161a4fe860dd4e446281cf76947df834bc3de50936d511ef", "versions": { "2012.02.22": { "bin": [ @@ -5999,6 +5999,20 @@ "https://yt-dl.org/downloads/2014.11.23/youtube-dl-2014.11.23.tar.gz", "c9d565ab8ab73c7ff196e7dda6d67135eb51dd178ccc9e01fd47960526a722bc" ] + }, + "2014.11.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.23.1/youtube-dl", + "40c5131248496e4d19705576292fc76c5c05236f01b365e5607148a97d65e855" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.23.1/youtube-dl.exe", + "082a1c869886ae826ddbef3033d248783404108382d59a2dd6f41fde0fdce299" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.23.1/youtube-dl-2014.11.23.1.tar.gz", + "ebdc15e688ac787c14d3a9da18b70333166e1c50b9beed0d58b7f42b6fcb58d4" + ] } } } \ No newline at end of file