From 07f924bc455ab5d39d52342defd3420bbc3ffac0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 5 Jan 2015 18:56:02 +0100 Subject: [PATCH] release 2015.01.05 --- download.html | 18 +++++++++--------- supportedsites.html | 16 ++-------------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 27 deletions(-) diff --git a/download.html b/download.html index c21edeee2..7e20959d3 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.01.04 (sig)

+

2015.01.05 (sig)

- Windows exe (sig - 0c359469a98a11dd58158f0e8e420a2a6016fb737b34be7c5869de40f65a80fd)
- Full source + docs + binary tarball (sig - 05a678e8d55f424a48ae9fd504c29e4a5c5946fc54e48c3d5c65ccf40dda3223) + Windows exe (sig - 9a3f5e0b50a3c060603a7957189b4850c257343eb200c2e74a09a88ded891b82)
+ Full source + docs + binary tarball (sig - c06bcdaf6dfb074b06144c3b4afb81c3db95a3be442405b616e828c249a48c83)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.04/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.05/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/2015.01.04/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.05/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/2015.01.04/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.01.05/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 5facba958..24743e8aa 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -70,7 +70,6 @@
  • Brightcove
  • BuzzFeed
  • BYUtv
  • -
  • ByZoo
  • Canal13cl
  • canalc2.tv
  • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
  • @@ -117,7 +116,6 @@
  • DRTV
  • Dump
  • dvtv: http://video.aktualne.cz/
  • -
  • EasyVideo
  • EbaumsWorld
  • EchoMsk
  • eHow
  • @@ -168,8 +166,6 @@
  • Glide: Glide mobile video messages (glide.me)
  • Globo
  • GodTube
  • -
  • gogoanime: GoGoAnime
  • -
  • gogoanime:search: GoGoAnime Search
  • GoldenMoustache
  • Golem
  • GorillaVid: GorillaVid.in, daclips.in, movpod.in and fastvideo.in
  • @@ -304,10 +300,7 @@
  • Photobucket
  • PlanetaPlay
  • play.fm
  • -
  • Play44
  • -
  • PlayBB
  • played.to
  • -
  • PlayPanda
  • Playvid
  • plus.google: Google Plus
  • pluzz.francetv.fr
  • @@ -321,6 +314,7 @@
  • Pyvideo
  • QuickVid
  • radio.de
  • +
  • radiobremen
  • radiofrance
  • Rai
  • RBMARadio
  • @@ -367,8 +361,6 @@
  • Snotr
  • Sockshare
  • Sohu
  • -
  • soulanime:series: SoulAnime Series
  • -
  • soulanime:watching: SoulAnime video
  • soundcloud
  • soundcloud:playlist
  • soundcloud:set
  • @@ -458,18 +450,14 @@
  • Viddler
  • video.google:search: Google Video search
  • video.mit.edu
  • -
  • Video44
  • VideoBam
  • VideoDetective
  • -
  • VideoFun
  • videofy.me
  • videolectures.net
  • VideoMega
  • VideoPremium
  • VideoTt: video.tt - Your True Tube
  • videoweed: VideoWeed
  • -
  • VideoWing
  • -
  • VideoZoo
  • Vidme
  • Vidzi
  • vier
  • @@ -501,6 +489,7 @@
  • WDR
  • wdr:mobile
  • WDRMaus: Sendung mit der Maus
  • +
  • WebOfStories
  • Weibo
  • Wimp
  • Wistia
  • @@ -533,7 +522,6 @@
  • youtube:search_url: YouTube.com search URLs
  • youtube:show: YouTube.com (multi-season) shows
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)
  • -
  • youtube:toplist: YouTube.com top lists, "yttoplist:{channel}:{list title}" (Example: "yttoplist:music:Top Tracks")
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • youtube:watch_later: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
  • ZDF
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 14492fe24..0a30c444f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.04 \ No newline at end of file +2015.01.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f119f1ff1..55889cc7e 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-01-04T03:19:08.557227Z + 2015-01-05T18:56:01.685251Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7025,4 +7025,19 @@ 2015-01-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.05 + New version 2015.01.05 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.01.05/ +
    +
    + + The youtube-dl maintainers + + 2015-01-05T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index bc99374f7..976710544 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.04", - "signature": "0c992f163836178cf1e2d3585d33c66b55fbac29d94fadb100056168f0266721b0ec009994dffae4d170c4c34bcc9c7122495e98d19079233a1af27df6e39b530e2863839c64699927a9f96d7bb95b0a29e5cc47387569c9dc5ce8e47ecf1a0ace82e0707f20f65a47bb9cbfdb10441b4b684e7ca1c9c0a2d121057458555de1", + "latest": "2015.01.05", + "signature": "1b05ee4fc5c68c705ffca32b85176ba388e6be72b82562733f0db9e536f4027d83ad5db1d93d24f1661748d36eb24776c7eac96d0f65d0122c36bcfa561bc6d0fb7db35e4c0f16314afea6ca0e57bfa3ddab1927c26917354c5a5d16ec0f9fca4fd65e9bd0e92111a23a42fd2572ef6d67ef4dd5a20aa6f17c7e7fcee9a101d6", "versions": { "2012.02.22": { "bin": [ @@ -6559,6 +6559,20 @@ "https://yt-dl.org/downloads/2015.01.04/youtube-dl-2015.01.04.tar.gz", "05a678e8d55f424a48ae9fd504c29e4a5c5946fc54e48c3d5c65ccf40dda3223" ] + }, + "2015.01.05": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.05/youtube-dl", + "545b5581ea64ec8cf4048db75a28ca2ae55201f48626510f57d8add04cb874bd" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.05/youtube-dl.exe", + "9a3f5e0b50a3c060603a7957189b4850c257343eb200c2e74a09a88ded891b82" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.05/youtube-dl-2015.01.05.tar.gz", + "c06bcdaf6dfb074b06144c3b4afb81c3db95a3be442405b616e828c249a48c83" + ] } } } \ No newline at end of file