From c11b84913a57a2513c6cd153d996d36ce35f0c98 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 19 Apr 2016 03:10:06 +0200 Subject: [PATCH] release 2016.04.19 --- download.html | 18 +++++++++--------- supportedsites.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 18 deletions(-) diff --git a/download.html b/download.html index 9229e6cee..d8ef6cafe 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.

-

2016.04.13 (sig)

+

2016.04.19 (sig)

- Windows exe (sig - 7bad0efb6eab5486c59b3f29253fd834327e47ca4909ddd6fe556f934834c433)
- Full source + docs + binary tarball (sig - f9307cbf2f2e9baf4724d9a35beecd9c7728422c0bff5e9efd0e8a026cc952cb) + Windows exe (sig - 4e786e4a80aa81550157f8dcbbd523ff19c4af4eb89b14194090de9b8353193a)
+ Full source + docs + binary tarball (sig - 09ba62900703a1439659a5394d802c7b03fd3a7b35d604e94a256ae9ccd1b6a0)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.04.13/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2016.04.19/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/2016.04.13/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2016.04.19/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/2016.04.13/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/2016.04.19/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 373a5e7e9..884d7fc8d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -65,6 +65,7 @@
  • arte.tv:ddc
  • arte.tv:embed
  • arte.tv:future
  • +
  • arte.tv:info
  • arte.tv:magazine
  • AtresPlayer
  • ATTTechChannel
  • @@ -365,13 +366,15 @@
  • miomio.tv
  • MiTele: mitele.es
  • mixcloud
  • +
  • mixcloud:playlist
  • +
  • mixcloud:stream
  • +
  • mixcloud:user
  • MLB
  • Mnet
  • MoeVideo: LetitBit video services: moevideo.net, playreplay.net and videochart.net
  • Mofosex
  • Mojvideo
  • Moniker: allmyvideos.net and vidspot.net
  • -
  • mooshare: Mooshare.biz
  • Morningstar: morningstar.com
  • Motherless
  • Motorsport: motorsport.com
  • @@ -408,7 +411,6 @@
  • ndr:embed:base
  • NDTV
  • NerdCubedFeed
  • -
  • Nerdist
  • netease:album: 网易云音乐 - 专辑
  • netease:djradio: 网易云音乐 - 电台
  • netease:mv: 网易云音乐 - MV
  • @@ -624,6 +626,7 @@
  • Tagesschau
  • Tapely
  • Tass
  • +
  • TDSLifeway
  • teachertube: teachertube.com videos
  • teachertube:user:collection: teachertube.com user and collection videos
  • TeachingChannel
  • @@ -640,7 +643,6 @@
  • TeleTask
  • TF1
  • TheIntercept
  • -
  • TheOnion
  • ThePlatform
  • ThePlatformFeed
  • TheScene
  • @@ -699,7 +701,6 @@
  • twitter
  • twitter:amplify
  • twitter:card
  • -
  • Ubu
  • udemy
  • udemy:course
  • UDNEmbed: 聯合影音
  • @@ -769,7 +770,6 @@
  • Walla
  • WashingtonPost
  • wat.tv
  • -
  • WayOfTheMaster
  • WDR
  • wdr:mobile
  • WDRMaus: Sendung mit der Maus
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1f4508e83..0570d47aa 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.04.13 \ No newline at end of file +2016.04.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 36a919c42..d79d3b4bd 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 - 2016-04-13T08:05:05.739008Z + 2016-04-19T03:10:02.379670Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9425,4 +9425,19 @@ 2016-04-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.19 + New version 2016.04.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.04.19/ +
    +
    + + The youtube-dl maintainers + + 2016-04-19T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ae1fe6c55..aa58bd23f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.04.13", - "signature": "2d4eb3ca1902d1238820fb77074ccc7c31cb9daadc106f9dd98ddee7df60182965e03969591df13f4a10795e5c6074d159a28f7dbc21755c8b7460ce23045d09b5d512d67e1d297e7fd1885bc20d7f256e8fd08faa0d868ec89d6e4a33803dba275e58939913329c987e27d759076b1abe8c5310e230128a4d91a38776e07f99", + "latest": "2016.04.19", + "signature": "017bea7127d1b65ce6ff28dfd01f88e21b609d6cd7e822ad8c218c5e9dc86a2062e929b7db8aa2cfbba86dca2c9454534edb8151c7bdbb25534ca92fb4e40321ca2faea26684f6df48d57ab3c548d1c34b6d8c46c2577d0e538279b67da96a593ad172c268af9786fa2ed83bce02ff86a31349f759522b5928a38d715e71d73c", "versions": { "2012.02.22": { "bin": [ @@ -8799,6 +8799,20 @@ "https://yt-dl.org/downloads/2016.04.13/youtube-dl-2016.04.13.tar.gz", "f9307cbf2f2e9baf4724d9a35beecd9c7728422c0bff5e9efd0e8a026cc952cb" ] + }, + "2016.04.19": { + "bin": [ + "https://yt-dl.org/downloads/2016.04.19/youtube-dl", + "23a6b07dce7a4c532298abad6cf36d3fb86a3d0a359569ac8f4632a35186055a" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.04.19/youtube-dl.exe", + "4e786e4a80aa81550157f8dcbbd523ff19c4af4eb89b14194090de9b8353193a" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.04.19/youtube-dl-2016.04.19.tar.gz", + "09ba62900703a1439659a5394d802c7b03fd3a7b35d604e94a256ae9ccd1b6a0" + ] } } } \ No newline at end of file