release 2014.10.15
This commit is contained in:
		
							parent
							
								
									5ceedab0e8
								
							
						
					
					
						commit
						e906eeae09
					
				@ -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.10.13/youtube-dl">2014.10.13</a> (<a href="https://yt-dl.org/downloads/2014.10.13/youtube-dl.sig">sig</a>)</h2>
 | 
					<h2><a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl">2014.10.15</a> (<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl.sig">sig</a>)</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
<li><strong>MD5</strong>: d63de14cf17fe276ecd4335487762b4a</li>
 | 
					<li><strong>MD5</strong>: 6d9f2ac9d7258e69b40d1b166c79ee29</li>
 | 
				
			||||||
<li><strong>SHA1</strong>: 190dd8a2ed1dc286a02b517a3f33fc168100c3f4</li>
 | 
					<li><strong>SHA1</strong>: 76db6db53ccc7a5031027b81ccda711e537e84e5</li>
 | 
				
			||||||
<li><strong>SHA256</strong>: f5d2e4d3a52f9ed5b3cb9aa973c907f44cab6ad737fa8bd967428f5bdd7355cd</li>
 | 
					<li><strong>SHA256</strong>: fdffc336620ad487fee67dd71a148386aadf9a393b1b90aea079903a106afe89</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2014.10.13/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.13/youtube-dl.exe.sig">sig</a> - 9ab059e37657f7e9cdd781d3e9f504da08ec722ffaa91fd26141fa94b0588fdf)<br>
 | 
						<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl.exe.sig">sig</a> - 55aaffbec53b0ddb90156e28fffabdd99e9f130d838c8a07f2d3c759dbfa3282)<br>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2014.10.13/youtube-dl-2014.10.13.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.13/youtube-dl-2014.10.13.tar.gz.sig">sig</a> - 4d36a051f4cd727c02f20ed05b61d9a7aa087a5c06ddeb3d6bc34faca16e6c5b)
 | 
						<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl-2014.10.15.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl-2014.10.15.tar.gz.sig">sig</a> - f17e0a0ebae95120906c0c866caabb76ba5bf2abc8ae5cb939f8d584b1a511a8)
 | 
				
			||||||
</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.10.13/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo curl https://yt-dl.org/downloads/2014.10.15/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.10.13/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.15/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/2014.10.13/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.10.15/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 @@
 | 
				
			|||||||
2014.10.13
 | 
					2014.10.15
 | 
				
			||||||
@ -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-10-13T10:20:09.255721Z</updated>
 | 
					    <updated>2014-10-15T12:42:44.121226Z</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>
 | 
				
			||||||
@ -6005,4 +6005,19 @@
 | 
				
			|||||||
	    <updated>2014-10-13T00:00:00Z</updated>
 | 
						    <updated>2014-10-13T00:00:00Z</updated>
 | 
				
			||||||
	</entry>
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						<entry>
 | 
				
			||||||
 | 
						    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.15</id>
 | 
				
			||||||
 | 
						    <title>New version 2014.10.15</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.10.15/">https://yt-dl.org/downloads/2014.10.15/</a>
 | 
				
			||||||
 | 
						        </div>
 | 
				
			||||||
 | 
						    </content>
 | 
				
			||||||
 | 
						    <author>
 | 
				
			||||||
 | 
						        <name>The youtube-dl maintainers</name>
 | 
				
			||||||
 | 
						    </author>
 | 
				
			||||||
 | 
						    <updated>2014-10-15T00:00:00Z</updated>
 | 
				
			||||||
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</feed>
 | 
					</feed>
 | 
				
			||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "latest": "2014.10.13",
 | 
					    "latest": "2014.10.15",
 | 
				
			||||||
    "signature": "3b5cfcaecb824adac4984dae8509c75e908fc5014cc7a18b38b7b5eb988bcbf8d527df9e07caa0d55c9c50dc39bf4f8b0ca78733acd41c3699e8fad20845ca8afc8c4e0b86e229a923e2431d941093165bdf8f486617e6706a214f91ca67dd23afda0b75ef20ad99592dc0efb0f53fb92e6716eb8c4571ece801788f54851177",
 | 
					    "signature": "758ccf534d5f33cecb7b2804fad64c80363a270a328a69c103f930c95311c608b681052097543fbed54232266499b94d43d5d1b1c043f6333b1f676dcdadcccf3726fb1e9376de311343abfa4f55d311b4d163ea644c7fe7e47be3fb8432633fbdea54b4471d488b9ed287d1cf8819b58b6550b515d281f95230f5dc63ebeab4",
 | 
				
			||||||
    "versions": {
 | 
					    "versions": {
 | 
				
			||||||
        "2012.02.22": {
 | 
					        "2012.02.22": {
 | 
				
			||||||
            "bin": [
 | 
					            "bin": [
 | 
				
			||||||
@ -5607,6 +5607,20 @@
 | 
				
			|||||||
                "https://yt-dl.org/downloads/2014.10.13/youtube-dl-2014.10.13.tar.gz",
 | 
					                "https://yt-dl.org/downloads/2014.10.13/youtube-dl-2014.10.13.tar.gz",
 | 
				
			||||||
                "4d36a051f4cd727c02f20ed05b61d9a7aa087a5c06ddeb3d6bc34faca16e6c5b"
 | 
					                "4d36a051f4cd727c02f20ed05b61d9a7aa087a5c06ddeb3d6bc34faca16e6c5b"
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "2014.10.15": {
 | 
				
			||||||
 | 
					            "bin": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2014.10.15/youtube-dl",
 | 
				
			||||||
 | 
					                "fdffc336620ad487fee67dd71a148386aadf9a393b1b90aea079903a106afe89"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "exe": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2014.10.15/youtube-dl.exe",
 | 
				
			||||||
 | 
					                "55aaffbec53b0ddb90156e28fffabdd99e9f130d838c8a07f2d3c759dbfa3282"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "tar": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2014.10.15/youtube-dl-2014.10.15.tar.gz",
 | 
				
			||||||
 | 
					                "f17e0a0ebae95120906c0c866caabb76ba5bf2abc8ae5cb939f8d584b1a511a8"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user