release 2014.04.07.2
This commit is contained in:
		@@ -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>
 | 
					<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/2014.04.07.1/youtube-dl">2014.04.07.1</a> (<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.sig">sig</a>)</h2>
 | 
					<h2><a href="https://yt-dl.org/downloads/2014.04.07.2/youtube-dl">2014.04.07.2</a> (<a href="https://yt-dl.org/downloads/2014.04.07.2/youtube-dl.sig">sig</a>)</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
<li><strong>MD5</strong>: 17936c5363c743d2f907552411fcb60d</li>
 | 
					<li><strong>MD5</strong>: b497030128dedee62b50c673e5822763</li>
 | 
				
			||||||
<li><strong>SHA1</strong>: eacd9dd35edcc005b3b86b4427d5605097a9ecd8</li>
 | 
					<li><strong>SHA1</strong>: 2b5e8528e747cf07df1d9e1d3ea2701a87672805</li>
 | 
				
			||||||
<li><strong>SHA256</strong>: f368b6831fc10d84c35023f1dccc4169ff72ae0bc408853d7fe4a0ec68eb6729</li>
 | 
					<li><strong>SHA256</strong>: bf869d48601cdbd7e46937ddc4fd55ce45d4b27b273539ebdb9904d13125ddcb</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.exe.sig">sig</a> - 52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4)<br>
 | 
						<a href="https://yt-dl.org/downloads/2014.04.07.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.07.2/youtube-dl.exe.sig">sig</a> - a8741351c217791d5fd8f65de1170e001aa92c5fcc7cd8642c367f995b27987b)<br>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz.sig">sig</a> - ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c)
 | 
						<a href="https://yt-dl.org/downloads/2014.04.07.2/youtube-dl-2014.04.07.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.07.2/youtube-dl-2014.04.07.2.tar.gz.sig">sig</a> - 4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197)
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
 | 
					<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/2014.04.07.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.07.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 | 
				
			||||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
 | 
					sudo chmod a+x /usr/local/bin/youtube-dl</code>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>If you do not have curl, you can alternatively use a recent wget:
 | 
					<p>If you do not have curl, you can alternatively use a recent wget:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.07.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.07.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 | 
				
			||||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
 | 
					sudo chmod a+x /usr/local/bin/youtube-dl</code>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
 | 
				
			|||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>To check the signature, type:
 | 
					<p>To check the signature, type:
 | 
				
			||||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.07.1/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/2014.04.07.2/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>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
 | 
					<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -211,6 +211,7 @@
 | 
				
			|||||||
	<li><b>Roxwel</b></li>
 | 
						<li><b>Roxwel</b></li>
 | 
				
			||||||
	<li><b>RTLnow</b></li>
 | 
						<li><b>RTLnow</b></li>
 | 
				
			||||||
	<li><b>RTS</b>: RTS.ch</li>
 | 
						<li><b>RTS</b>: RTS.ch</li>
 | 
				
			||||||
 | 
						<li><b>rtve.es:alacarta</b>: RTVE a la carta</li>
 | 
				
			||||||
	<li><b>rutube</b>: Rutube videos</li>
 | 
						<li><b>rutube</b>: Rutube videos</li>
 | 
				
			||||||
	<li><b>rutube:channel</b>: Rutube channels</li>
 | 
						<li><b>rutube:channel</b>: Rutube channels</li>
 | 
				
			||||||
	<li><b>rutube:movie</b>: Rutube movies</li>
 | 
						<li><b>rutube:movie</b>: Rutube movies</li>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
2014.04.07.1
 | 
					2014.04.07.2
 | 
				
			||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
    <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
 | 
					    <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
 | 
				
			||||||
    <title>youtube-dl releases</title>
 | 
					    <title>youtube-dl releases</title>
 | 
				
			||||||
    <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
 | 
					    <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
 | 
				
			||||||
    <updated>2014-04-07T15:46:25.085171Z</updated>
 | 
					    <updated>2014-04-07T21:44:19.532509Z</updated>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
	<entry>
 | 
						<entry>
 | 
				
			||||||
	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
 | 
						    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
 | 
				
			||||||
@@ -4385,4 +4385,19 @@
 | 
				
			|||||||
	    <updated>2014-04-07T00:00:01Z</updated>
 | 
						    <updated>2014-04-07T00:00:01Z</updated>
 | 
				
			||||||
	</entry>
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						<entry>
 | 
				
			||||||
 | 
						    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.2</id>
 | 
				
			||||||
 | 
						    <title>New version 2014.04.07.2</title>
 | 
				
			||||||
 | 
						    <link href="http://rg3.github.io/youtube-dl" />
 | 
				
			||||||
 | 
						    <content type="xhtml">
 | 
				
			||||||
 | 
						        <div xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
						            Downloads available at <a href="https://yt-dl.org/downloads/2014.04.07.2/">https://yt-dl.org/downloads/2014.04.07.2/</a>
 | 
				
			||||||
 | 
						        </div>
 | 
				
			||||||
 | 
						    </content>
 | 
				
			||||||
 | 
						    <author>
 | 
				
			||||||
 | 
						        <name>The youtube-dl maintainers</name>
 | 
				
			||||||
 | 
						    </author>
 | 
				
			||||||
 | 
						    <updated>2014-04-07T00:00:02Z</updated>
 | 
				
			||||||
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</feed>
 | 
					</feed>
 | 
				
			||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "latest": "2014.04.07.1", 
 | 
					    "latest": "2014.04.07.2", 
 | 
				
			||||||
    "signature": "0a576691458cd7a553713e940e5fa4a18f48c18245d627912529f02531fb4cd89463754667f22d9ada77a256679da92193b76717ebe57e0c922c01294db09ad7a7cc1b5cb9e2af2d5dedcf8942d965174d78032dfbeacadcf17814127cbc61c702653275883e2829ffe59d77bf2d6621bb8e6f6c2e57df0596975316e96cb273", 
 | 
					    "signature": "8424250c838f685b63b6703ca9a0375fee6187bc18ec42e2ba289aa37d815aeff5e4701e47edeadc2588896980a2de43c595203f3913dd7d13a42a01585e71781e2159242a7d4793c6d719c340c4e69169fac1cadac0fbf4b02a68ab6d9577c08274b46c3a6465bee63edcea7e36b9ba0942ea5fc2908a2106bf100bac586b5d", 
 | 
				
			||||||
    "versions": {
 | 
					    "versions": {
 | 
				
			||||||
        "2012.02.22": {
 | 
					        "2012.02.22": {
 | 
				
			||||||
            "bin": [
 | 
					            "bin": [
 | 
				
			||||||
@@ -4095,6 +4095,20 @@
 | 
				
			|||||||
                "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz", 
 | 
					                "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz", 
 | 
				
			||||||
                "ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c"
 | 
					                "ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c"
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
 | 
					        }, 
 | 
				
			||||||
 | 
					        "2014.04.07.2": {
 | 
				
			||||||
 | 
					            "bin": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl", 
 | 
				
			||||||
 | 
					                "bf869d48601cdbd7e46937ddc4fd55ce45d4b27b273539ebdb9904d13125ddcb"
 | 
				
			||||||
 | 
					            ], 
 | 
				
			||||||
 | 
					            "exe": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl.exe", 
 | 
				
			||||||
 | 
					                "a8741351c217791d5fd8f65de1170e001aa92c5fcc7cd8642c367f995b27987b"
 | 
				
			||||||
 | 
					            ], 
 | 
				
			||||||
 | 
					            "tar": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl-2014.04.07.2.tar.gz", 
 | 
				
			||||||
 | 
					                "4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user