From 79806ab5a345e832a861f1bc9825bbae547a2483 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister <phihag@phihag.de> Date: Thu, 28 Nov 2013 05:53:55 +0100 Subject: [PATCH] release 2013.11.28 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 098efa873..05a132fbb 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@ <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.3+ to work.</p> -<h2><a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl">2013.11.26</a> (<a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl">2013.11.28</a> (<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: 6ce67bde60d96870be685c79a0bbf9cd</li> -<li><strong>SHA1</strong>: cb638eff7680c182eb5edb01656c811b82618d9e</li> -<li><strong>SHA256</strong>: 6efbe1d3e53b8a9341ab785b04c7463ddc41ec8180ab56411ee9884dd875b1e7</li> +<li><strong>MD5</strong>: f38b76b24c1a4bfbfc03a801f47d0f2a</li> +<li><strong>SHA1</strong>: 94909da161259e8aed5657258c2be14d34a2b90a</li> +<li><strong>SHA256</strong>: d1fe019e4cc17881db31fbc51e4ee7309dd6887b6ac36d5944ab4e3b03b810ef</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl.exe.sig">sig</a> - 9b3c8927acfaddf91f5a4af7f6562d0a086a23987718cfc0d1c5c269d7f6e1a4)<br> - <a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz.sig">sig</a> - eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922) + <a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe.sig">sig</a> - f45eebac389d301ba4697c97a638acddd7e2e29585b841270be424a20964de24)<br> + <a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz.sig">sig</a> - ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12) </p> <p>To install it right away for all UNIX users (Linux, OS X, etc.), type: -<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.26/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.28/youtube-dl -o /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> <p>If you do not have curl, you can alternatively use a recent wget: -<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.26/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.28/youtube-dl -O /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> @@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more </p> <p>To check the signature, type: -<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.26/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> +<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.28/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> </p> <p>The following GPG keys will be used to sign the binaries and the git tags:</p> diff --git a/supportedsites.html b/supportedsites.html index a55ba3f31..db05f069e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -198,8 +198,8 @@ <li><b>youtube:history</b>: Youtube watch history, "ythistory" keyword (requires authentication)</li> <li><b>youtube:playlist</b>: YouTube.com playlists</li> <li><b>youtube:recommended</b>: YouTube.com recommended videos, "ytrec" keyword (requires authentication)</li> - <li><b>youtube:search</b>: YouTube.com searches</li> <li><b>youtube:search</b>: YouTube.com searches, newest videos first</li> + <li><b>youtube:search</b>: YouTube.com searches</li> <li><b>youtube:show</b>: YouTube.com (multi-season) shows</li> <li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)</li> <li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7365244cc..c8c6124c4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.26 \ No newline at end of file +2013.11.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ce9d1d2e3..5f8d49032 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"> <atom:title>youtube-dl releases</atom:title> <atom:id>youtube-dl-updates-feed</atom:id> - <atom:updated>2013-11-26T10:48:13.447921</atom:updated> + <atom:updated>2013-11-28T05:53:54.571728</atom:updated> <atom:entry> <atom:id>youtube-dl-2012.02.22</atom:id> @@ -2089,4 +2089,19 @@ <atom:updated>2013-11-26</atom:updated> </atom:entry> + <atom:entry> + <atom:id>youtube-dl-2013.11.28</atom:id> + <atom:title>New version 2013.11.28</atom:title> + <atom:link href="http://rg3.github.io/youtube-dl" /> + <atom:content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + Downloads available at <a href="https://yt-dl.org/downloads/2013.11.28/">https://yt-dl.org/downloads/2013.11.28/</a> + </div> + </atom:content> + <atom:author> + <atom:name>The youtube-dl maintainers</atom:name> + </atom:author> + <atom:updated>2013-11-28</atom:updated> + </atom:entry> + </atom:feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2388ce845..856c12fa4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.26", - "signature": "8d9f795700a8ba61e83b698e1022eb98cf331f798c5d5336545149a8614c6bae5ce7f0fa94fa80883d0d9dd4f56f7e2bb2327653ea5edf6c47a970d0dcdcfe0fc67df1236f51d8a86cf8c75523de65ee2e70c0dbde1c1b85ac022b7beb33c8cf927a0f9afb68f0f5e403aabccc81ebb7b9ca14d98adfef7297a90657d0449de8", + "latest": "2013.11.28", + "signature": "4d9bffd7dd887929e9de405c5701c98ae543c44ef0496c20e0a7ca8e22fc90df93959e4464d58fe237f4729ffe223ad112de42bc41ddf54b60fee53187cdd886d71bed31ebad26fb59d5c43396b21bd0a02e8da841831cd26beb2c4f7f3adb3247854f05548a592de0b193dbf868e24e8fdad09a5a76843d1406f601f01f40ae", "versions": { "2012.02.22": { "bin": [ @@ -1953,6 +1953,20 @@ "https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz", "eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922" ] + }, + "2013.11.28": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.28/youtube-dl", + "d1fe019e4cc17881db31fbc51e4ee7309dd6887b6ac36d5944ab4e3b03b810ef" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe", + "f45eebac389d301ba4697c97a638acddd7e2e29585b841270be424a20964de24" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz", + "ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12" + ] } } } \ No newline at end of file