diff --git a/download.html b/download.html index 77cfc42f9..d81e625b2 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.11.15 (sig)

+

2015.11.18 (sig)

- Windows exe (sig - 8a18b743c8b68baacacff832fd5243d068ec1708422fa60a70baf269ce4fd4c6)
- Full source + docs + binary tarball (sig - 30964eeac39d4b2aafba1b117b75dcc0f30a0b52ce477bde96156aeab4b56046) + Windows exe (sig - a515a15bed24b2a46be5d2d303fccc2cfac70e28e652a3b57864785be9b12bb4)
+ Full source + docs + binary tarball (sig - ebc92ae887d2ff63c8091cdf7f6853d866acb39275f742ccca2352c5faf11235)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.15/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.11.18/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /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.11.15/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.11.18/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /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.11.15/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.11.18/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 1bf741c49..9b28c181a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -144,6 +144,7 @@
  • Discovery
  • Dotsub
  • DouyuTV: 斗鱼
  • +
  • DPlay
  • dramafever
  • dramafever:series
  • DRBonanza
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9b58b2fe0..5e19ca197 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.15 \ No newline at end of file +2015.11.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 48df5b748..786102e54 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-11-15T22:18:25.151743Z + 2015-11-18T19:25:21.117815Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8750,4 +8750,19 @@ 2015-11-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.18 + New version 2015.11.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.11.18/ +
    +
    + + The youtube-dl maintainers + + 2015-11-18T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 34efe1ccd..10f4ebe3b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.15", - "signature": "3c7f301534143d9d02aa11152a5e53ee8737d1d1f4a8c9d6dc6e0c4c3713363a33e71c9081a03a8d3f8b0b7eb31eddf0a1b7efb14faf5d585d09046dcf2c03754117df8a82a75d6a76cc8ab543e2b55fb30a2cfb8c96a889c6c957b303dec2608374e6bb3c2a66d725207ce64f9d270d26ea4a36d8d1d90e52c6e4d54c940f81", + "latest": "2015.11.18", + "signature": "5de7aa50073a012c9bf409cc697bed7d76a9f9e6f6e0905a4e5f29192c3614f838cea1c7d52bbb632687a1285029b8e7b325cfa31fa43180d81f17eda611adbe454dc5e0fa6b7ee322abeb3638156aae45d80a664c469dddf771b3eb628a93f4a547bed02381260f6d3c5e9d646b47b8b944f0776fa03dde88397c4c89f269ad", "versions": { "2012.02.22": { "bin": [ @@ -8169,6 +8169,20 @@ "https://yt-dl.org/downloads/2015.11.15/youtube-dl-2015.11.15.tar.gz", "30964eeac39d4b2aafba1b117b75dcc0f30a0b52ce477bde96156aeab4b56046" ] + }, + "2015.11.18": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.18/youtube-dl", + "3dee82fda26fde1995c9de3775165542dca4430c81736d580415be800c67dd7c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.18/youtube-dl.exe", + "a515a15bed24b2a46be5d2d303fccc2cfac70e28e652a3b57864785be9b12bb4" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.18/youtube-dl-2015.11.18.tar.gz", + "ebc92ae887d2ff63c8091cdf7f6853d866acb39275f742ccca2352c5faf11235" + ] } } } \ No newline at end of file