release 2015.02.17
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.2+ 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.2+ to work.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<h2><a href="https://yt-dl.org/downloads/2015.02.16.1/youtube-dl">2015.02.16.1</a> (<a href="https://yt-dl.org/downloads/2015.02.16.1/youtube-dl.sig">sig</a>)</h2>
 | 
					<h2><a href="https://yt-dl.org/downloads/2015.02.17/youtube-dl">2015.02.17</a> (<a href="https://yt-dl.org/downloads/2015.02.17/youtube-dl.sig">sig</a>)</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
<li><strong>MD5</strong>: f39282ee19e27148cfa24299f56dfda0</li>
 | 
					<li><strong>MD5</strong>: 30ca6780e8954fb334c9bd041037a219</li>
 | 
				
			||||||
<li><strong>SHA1</strong>: cd4728e555411d50a5b51f77a7dc89c88485df94</li>
 | 
					<li><strong>SHA1</strong>: 9c4d5937797974f8c8b123ba1c2b81eb9e13cb18</li>
 | 
				
			||||||
<li><strong>SHA256</strong>: 1eda7821d3c3cf11f4091097bb01c8163794e157388178f5f021787526dc356c</li>
 | 
					<li><strong>SHA256</strong>: a73e2610451b3798f76cbc0b3ec6aadc18c8f857326c23581f39fb68b5f66d00</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2015.02.16.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.16.1/youtube-dl.exe.sig">sig</a> - 0f36f1d2e60def2f3d40fae7892319dce3210673b498796f4bcdcd99fee20561)<br>
 | 
						<a href="https://yt-dl.org/downloads/2015.02.17/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.17/youtube-dl.exe.sig">sig</a> - d37ea1cce4ad5fd0f157d8a7151c0396c42966f49e8dd72683e4f174cf9fa282)<br>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2015.02.16.1/youtube-dl-2015.02.16.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.16.1/youtube-dl-2015.02.16.1.tar.gz.sig">sig</a> - 20edea66880bb78c895c8d431e50ff871ee3dd7c7a57cbe24aa8adc4bcc0b118)
 | 
						<a href="https://yt-dl.org/downloads/2015.02.17/youtube-dl-2015.02.17.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.17/youtube-dl-2015.02.17.tar.gz.sig">sig</a> - 862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452)
 | 
				
			||||||
</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/2015.02.16.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.17/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/2015.02.16.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.17/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>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -53,7 +53,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/2015.02.16.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/2015.02.17/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>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
2015.02.16.1
 | 
					2015.02.17
 | 
				
			||||||
@@ -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>2015-02-16T15:49:29.380926Z</updated>
 | 
					    <updated>2015-02-17T17:30:58.914807Z</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>
 | 
				
			||||||
@@ -7700,4 +7700,19 @@
 | 
				
			|||||||
	    <updated>2015-02-16T00:00:01Z</updated>
 | 
						    <updated>2015-02-16T00:00:01Z</updated>
 | 
				
			||||||
	</entry>
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						<entry>
 | 
				
			||||||
 | 
						    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.17</id>
 | 
				
			||||||
 | 
						    <title>New version 2015.02.17</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/2015.02.17/">https://yt-dl.org/downloads/2015.02.17/</a>
 | 
				
			||||||
 | 
						        </div>
 | 
				
			||||||
 | 
						    </content>
 | 
				
			||||||
 | 
						    <author>
 | 
				
			||||||
 | 
						        <name>The youtube-dl maintainers</name>
 | 
				
			||||||
 | 
						    </author>
 | 
				
			||||||
 | 
						    <updated>2015-02-17T00:00:00Z</updated>
 | 
				
			||||||
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</feed>
 | 
					</feed>
 | 
				
			||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "latest": "2015.02.16.1",
 | 
					    "latest": "2015.02.17",
 | 
				
			||||||
    "signature": "674544fee47cf48d46eb999c90a1939780b78f65d74aa04951c7f12457721eda5107175f5fa9646c13f70244ae649b5a2a4752a320eda6f80cd05ad62e171d842c760171453bdcf6edb852e6941924fac5f5306bf4c5735f2de7cf789ce975f4fde616cfbb018d535a0462d9a80f3448731cbc3cb26f54be42427746eff8a350",
 | 
					    "signature": "1f2c781a09e6e751053b9599c8af51e5b230e1e9955bdce88d58d297b2d2d4bfd7a25f41e6f760fa9412d841d7050dfcdbc53d87bcf4b9012221da0e0a1454a9750c789f29cf5490ca1e22c7e488dd758fb519c8ebb7afece56d264c76c94df40807714756651c36af936b349ddd0ca471531983fb9a8764dbb75c83e074d8f2",
 | 
				
			||||||
    "versions": {
 | 
					    "versions": {
 | 
				
			||||||
        "2012.02.22": {
 | 
					        "2012.02.22": {
 | 
				
			||||||
            "bin": [
 | 
					            "bin": [
 | 
				
			||||||
@@ -7189,6 +7189,20 @@
 | 
				
			|||||||
                "https://yt-dl.org/downloads/2015.02.16.1/youtube-dl-2015.02.16.1.tar.gz",
 | 
					                "https://yt-dl.org/downloads/2015.02.16.1/youtube-dl-2015.02.16.1.tar.gz",
 | 
				
			||||||
                "20edea66880bb78c895c8d431e50ff871ee3dd7c7a57cbe24aa8adc4bcc0b118"
 | 
					                "20edea66880bb78c895c8d431e50ff871ee3dd7c7a57cbe24aa8adc4bcc0b118"
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "2015.02.17": {
 | 
				
			||||||
 | 
					            "bin": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2015.02.17/youtube-dl",
 | 
				
			||||||
 | 
					                "a73e2610451b3798f76cbc0b3ec6aadc18c8f857326c23581f39fb68b5f66d00"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "exe": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2015.02.17/youtube-dl.exe",
 | 
				
			||||||
 | 
					                "d37ea1cce4ad5fd0f157d8a7151c0396c42966f49e8dd72683e4f174cf9fa282"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "tar": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2015.02.17/youtube-dl-2015.02.17.tar.gz",
 | 
				
			||||||
 | 
					                "862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user