release 2014.03.21.1
This commit is contained in:
		
							parent
							
								
									2a403b5d4f
								
							
						
					
					
						commit
						bb5a8bca6a
					
				| @ -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.03.21/youtube-dl">2014.03.21</a> (<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl.sig">sig</a>)</h2> | <h2><a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl">2014.03.21.1</a> (<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.sig">sig</a>)</h2> | ||||||
| 
 | 
 | ||||||
| <ul> | <ul> | ||||||
| <li><strong>MD5</strong>: a8bca4d36ffb9bc527fbafa51b69a216</li> | <li><strong>MD5</strong>: aff7d8da8a209c30c9dd342aac2a07ff</li> | ||||||
| <li><strong>SHA1</strong>: 6119cdb38e4bc106b1c15eca9707199044dc94b0</li> | <li><strong>SHA1</strong>: 75d8736cef4f5077ad70535268372fa876d8186a</li> | ||||||
| <li><strong>SHA256</strong>: 1c6f4b923684aca731fd37436fd8efe9e19699ee6c3cd51d0da3bf1b882e3c56</li> | <li><strong>SHA256</strong>: 4ddefc42c81019cef0879721942b49f9a988f4bde91ecf86602a46dba914fc0c</li> | ||||||
| </ul> | </ul> | ||||||
| 
 | 
 | ||||||
| <p> | <p> | ||||||
| 	<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe.sig">sig</a> - ef0e1a5ce8f8f7d1dcf07e19796062faee6fcf67a3566cfd97d3f0f55f25170e)<br> | 	<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.exe.sig">sig</a> - 50db43021fe385826ce50b076a6fbf4b3836ce38b7bfd552eff18c9768f05bf3)<br> | ||||||
| 	<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz.sig">sig</a> - 9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e) | 	<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz.sig">sig</a> - 8d8e4e1f5c60435cbefe5a450f88e990ba4b35e7ddf90ba3aa44769542bb4a11) | ||||||
| </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.03.21/youtube-dl -o /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.21.1/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.03.21/youtube-dl -O /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.21.1/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.03.21/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.03.21.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> | ||||||
| </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.03.21 | 2014.03.21.1 | ||||||
| @ -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-03-21T00:44:33.915288Z</updated> |     <updated>2014-03-21T01:22:28.630361Z</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> | ||||||
| @ -3800,4 +3800,19 @@ | |||||||
| 	    <updated>2014-03-21T00:00:00Z</updated> | 	    <updated>2014-03-21T00:00:00Z</updated> | ||||||
| 	</entry> | 	</entry> | ||||||
| 
 | 
 | ||||||
|  | 	<entry> | ||||||
|  | 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.1</id> | ||||||
|  | 	    <title>New version 2014.03.21.1</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.03.21.1/">https://yt-dl.org/downloads/2014.03.21.1/</a> | ||||||
|  | 	        </div> | ||||||
|  | 	    </content> | ||||||
|  | 	    <author> | ||||||
|  | 	        <name>The youtube-dl maintainers</name> | ||||||
|  | 	    </author> | ||||||
|  | 	    <updated>2014-03-21T00:00:01Z</updated> | ||||||
|  | 	</entry> | ||||||
|  | 
 | ||||||
| </feed> | </feed> | ||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|     "latest": "2014.03.21",  |     "latest": "2014.03.21.1",  | ||||||
|     "signature": "2c36ed0d64a9eee964fc0de6a58c10879be38b640ab2b0721b780396e1c45d9ab4979f07725587f1a75a353ecd14d8b84889fa8b5ced64cddf962946bead9d2d1a11b4eee68c9b7279b8c7c81d417332d34de80058d42f3d09613a9c7d961bd1ef90416bafe621bf2c5156e63553f8f16ed972c34f1ca92961eb21018681fec7",  |     "signature": "65afae142ffe5eacc96ac19d2473afd2b141376158ef533bad16b09598142ade3e64fd6c970272623e4e1d943dbb3c0f4e022ff7ce36ce363d1c533d01c58210443fed3f527f930f1312c7cd2e0fdbc766dbd692e81428c5cecf0238c5721efe14ed56478afcddbfcbae63adb4d9c4ddfdac576008e963e00f61dfca5d4addc0",  | ||||||
|     "versions": { |     "versions": { | ||||||
|         "2012.02.22": { |         "2012.02.22": { | ||||||
|             "bin": [ |             "bin": [ | ||||||
| @ -3549,6 +3549,20 @@ | |||||||
|                 "https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz",  |                 "https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz",  | ||||||
|                 "9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e" |                 "9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e" | ||||||
|             ] |             ] | ||||||
|  |         },  | ||||||
|  |         "2014.03.21.1": { | ||||||
|  |             "bin": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl",  | ||||||
|  |                 "4ddefc42c81019cef0879721942b49f9a988f4bde91ecf86602a46dba914fc0c" | ||||||
|  |             ],  | ||||||
|  |             "exe": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.exe",  | ||||||
|  |                 "50db43021fe385826ce50b076a6fbf4b3836ce38b7bfd552eff18c9768f05bf3" | ||||||
|  |             ],  | ||||||
|  |             "tar": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz",  | ||||||
|  |                 "8d8e4e1f5c60435cbefe5a450f88e990ba4b35e7ddf90ba3aa44769542bb4a11" | ||||||
|  |             ] | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user