release 2014.02.10
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.02.08.2/youtube-dl">2014.02.08.2</a> (<a href="https://yt-dl.org/downloads/2014.02.08.2/youtube-dl.sig">sig</a>)</h2>
 | 
					<h2><a href="https://yt-dl.org/downloads/2014.02.10/youtube-dl">2014.02.10</a> (<a href="https://yt-dl.org/downloads/2014.02.10/youtube-dl.sig">sig</a>)</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
<li><strong>MD5</strong>: 409adc0f3f22201bdf865290fc7223c4</li>
 | 
					<li><strong>MD5</strong>: e80279f9be80ce89fb49d3e88b45d5f6</li>
 | 
				
			||||||
<li><strong>SHA1</strong>: 31c6659dfa46cc31534c72230d5f5c22845f59d6</li>
 | 
					<li><strong>SHA1</strong>: f5fc527722403ae2caf74d9d2ade872d100c324a</li>
 | 
				
			||||||
<li><strong>SHA256</strong>: a9984d7283772ee176502cae0d54bc734fef531e02431c39a6fd578980e5088c</li>
 | 
					<li><strong>SHA256</strong>: f2d9d8c400679855dcd5e1d1de25d9ddd7b8d9503aa0749ab793832e703bc753</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2014.02.08.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.08.2/youtube-dl.exe.sig">sig</a> - cf7f6fece051d4e5f9f9dc484388cadb0062264f85540bc8299f42facbe8df35)<br>
 | 
						<a href="https://yt-dl.org/downloads/2014.02.10/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.10/youtube-dl.exe.sig">sig</a> - f8f7bde82683818a7953d48da71f2445ed56b71c7bdde08fdb1e4f9278c80cfc)<br>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz.sig">sig</a> - 068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780)
 | 
						<a href="https://yt-dl.org/downloads/2014.02.10/youtube-dl-2014.02.10.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.10/youtube-dl-2014.02.10.tar.gz.sig">sig</a> - fa037ae7d3a3b47f57b91e57f89689c4277465152267809811ad5bf9f76a3d3f)
 | 
				
			||||||
</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.02.08.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.10/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.02.08.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.10/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.02.08.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>
 | 
					<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.10/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>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,7 +37,7 @@
 | 
				
			|||||||
	<li><b>bambuser:channel</b></li>
 | 
						<li><b>bambuser:channel</b></li>
 | 
				
			||||||
	<li><b>Bandcamp</b></li>
 | 
						<li><b>Bandcamp</b></li>
 | 
				
			||||||
	<li><b>Bandcamp:album</b></li>
 | 
						<li><b>Bandcamp:album</b></li>
 | 
				
			||||||
	<li><b>bbc.co.uk</b>: BBC - iPlayer Radio</li>
 | 
						<li><b>bbc.co.uk</b>: BBC iPlayer</li>
 | 
				
			||||||
	<li><b>blinkx</b></li>
 | 
						<li><b>blinkx</b></li>
 | 
				
			||||||
	<li><b>blip.tv:user</b></li>
 | 
						<li><b>blip.tv:user</b></li>
 | 
				
			||||||
	<li><b>BlipTV</b></li>
 | 
						<li><b>BlipTV</b></li>
 | 
				
			||||||
@@ -123,6 +123,7 @@
 | 
				
			|||||||
	<li><b>KeezMovies</b></li>
 | 
						<li><b>KeezMovies</b></li>
 | 
				
			||||||
	<li><b>KhanAcademy</b></li>
 | 
						<li><b>KhanAcademy</b></li>
 | 
				
			||||||
	<li><b>KickStarter</b></li>
 | 
						<li><b>KickStarter</b></li>
 | 
				
			||||||
 | 
						<li><b>kontrtube</b>: KontrTube.ru - Труба зовёт</li>
 | 
				
			||||||
	<li><b>la7.tv</b></li>
 | 
						<li><b>la7.tv</b></li>
 | 
				
			||||||
	<li><b>lifenews</b>: LIFE | NEWS</li>
 | 
						<li><b>lifenews</b>: LIFE | NEWS</li>
 | 
				
			||||||
	<li><b>LiveLeak</b></li>
 | 
						<li><b>LiveLeak</b></li>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
2014.02.08.2
 | 
					2014.02.10
 | 
				
			||||||
@@ -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-02-08T19:41:52.605855Z</updated>
 | 
					    <updated>2014-02-10T02:05:58.510175Z</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>
 | 
				
			||||||
@@ -3335,4 +3335,19 @@
 | 
				
			|||||||
	    <updated>2014-02-08T00:00:02Z</updated>
 | 
						    <updated>2014-02-08T00:00:02Z</updated>
 | 
				
			||||||
	</entry>
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						<entry>
 | 
				
			||||||
 | 
						    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.10</id>
 | 
				
			||||||
 | 
						    <title>New version 2014.02.10</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.02.10/">https://yt-dl.org/downloads/2014.02.10/</a>
 | 
				
			||||||
 | 
						        </div>
 | 
				
			||||||
 | 
						    </content>
 | 
				
			||||||
 | 
						    <author>
 | 
				
			||||||
 | 
						        <name>The youtube-dl maintainers</name>
 | 
				
			||||||
 | 
						    </author>
 | 
				
			||||||
 | 
						    <updated>2014-02-10T00:00:00Z</updated>
 | 
				
			||||||
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</feed>
 | 
					</feed>
 | 
				
			||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "latest": "2014.02.08.2", 
 | 
					    "latest": "2014.02.10", 
 | 
				
			||||||
    "signature": "99353db3fb58875fae7874917ddda753dc0bb35e3a6ed8d39614196401178b8ba11cac3e468657ee8d5372477a6750c8b45ae822c0ebb9033799de23132a8d6b96deb5836483acd4f50c9e4e1f10c99afef4b82a357fb69adc3396e2c7a4971482297bab39ddc8c6a00e1d7bd1ed60f336f938c7dd074e8662904ec21cebe65a", 
 | 
					    "signature": "63a53dd02473f0499e4193781dca15db1e37d29547a6d46da32b6aa0e9d9066107299683918be1bf6f0ff327e053f6ec86102325083f4e6de8492f1e9906e9c7458ac1df09084859f7c2f4287853b1ddcb5125ced77236dcb3eb09653dfeb177918985b3732680c39a99dd91eef431bc478009f98e42fd791bd4a81a72d2d013", 
 | 
				
			||||||
    "versions": {
 | 
					    "versions": {
 | 
				
			||||||
        "2012.02.22": {
 | 
					        "2012.02.22": {
 | 
				
			||||||
            "bin": [
 | 
					            "bin": [
 | 
				
			||||||
@@ -3115,6 +3115,20 @@
 | 
				
			|||||||
                "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz", 
 | 
					                "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz", 
 | 
				
			||||||
                "068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780"
 | 
					                "068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780"
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
 | 
					        }, 
 | 
				
			||||||
 | 
					        "2014.02.10": {
 | 
				
			||||||
 | 
					            "bin": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2014.02.10/youtube-dl", 
 | 
				
			||||||
 | 
					                "f2d9d8c400679855dcd5e1d1de25d9ddd7b8d9503aa0749ab793832e703bc753"
 | 
				
			||||||
 | 
					            ], 
 | 
				
			||||||
 | 
					            "exe": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2014.02.10/youtube-dl.exe", 
 | 
				
			||||||
 | 
					                "f8f7bde82683818a7953d48da71f2445ed56b71c7bdde08fdb1e4f9278c80cfc"
 | 
				
			||||||
 | 
					            ], 
 | 
				
			||||||
 | 
					            "tar": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2014.02.10/youtube-dl-2014.02.10.tar.gz", 
 | 
				
			||||||
 | 
					                "fa037ae7d3a3b47f57b91e57f89689c4277465152267809811ad5bf9f76a3d3f"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user