release 2013.12.17.2
This commit is contained in:
		
							parent
							
								
									9eacff6377
								
							
						
					
					
						commit
						4bfb57ea3e
					
				| @ -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/2013.12.17.1/youtube-dl">2013.12.17.1</a> (<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.sig">sig</a>)</h2> | <h2><a href="https://yt-dl.org/downloads/2013.12.17.2/youtube-dl">2013.12.17.2</a> (<a href="https://yt-dl.org/downloads/2013.12.17.2/youtube-dl.sig">sig</a>)</h2> | ||||||
| 
 | 
 | ||||||
| <ul> | <ul> | ||||||
| <li><strong>MD5</strong>: 41e511b3fa74e0c01eaa3e3dd2106340</li> | <li><strong>MD5</strong>: 40e28db0e304a66d06ba123c94196c1e</li> | ||||||
| <li><strong>SHA1</strong>: e4d6fb253fd8c57e4cf59adf33afc1b1e00d5a66</li> | <li><strong>SHA1</strong>: 76636933e131f42086ccf8d3167e470a733efb73</li> | ||||||
| <li><strong>SHA256</strong>: 9956620aab9dd1b57db876480eb0df5c6b1bbfbb12c55651cc518c70539ec244</li> | <li><strong>SHA256</strong>: 953409a75086b21aad8118348375b1484fd58441e8b6fb5bd969dbfb4eb3eb7c</li> | ||||||
| </ul> | </ul> | ||||||
| 
 | 
 | ||||||
| <p> | <p> | ||||||
| 	<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.exe.sig">sig</a> - 9f8809a34695d248b85115485d3ee8b022e5ea234b8f025350b45e49f6233933)<br> | 	<a href="https://yt-dl.org/downloads/2013.12.17.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.17.2/youtube-dl.exe.sig">sig</a> - d718149c2f00aed1155401c66b85584818aa75ce6e719fc76043f0ff230618e3)<br> | ||||||
| 	<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz.sig">sig</a> - f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee) | 	<a href="https://yt-dl.org/downloads/2013.12.17.2/youtube-dl-2013.12.17.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.17.2/youtube-dl-2013.12.17.2.tar.gz.sig">sig</a> - bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6) | ||||||
| </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/2013.12.17.1/youtube-dl -o /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.17.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/2013.12.17.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.17.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/2013.12.17.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/2013.12.17.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> | ||||||
|  | |||||||
| @ -1 +1 @@ | |||||||
| 2013.12.17.1 | 2013.12.17.2 | ||||||
| @ -2,7 +2,7 @@ | |||||||
| <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"> | <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
| 	<atom:title>youtube-dl releases</atom:title> | 	<atom:title>youtube-dl releases</atom:title> | ||||||
| 	<atom:id>youtube-dl-updates-feed</atom:id> | 	<atom:id>youtube-dl-updates-feed</atom:id> | ||||||
| 	<atom:updated>2013-12-17T04:16:09.248686</atom:updated> | 	<atom:updated>2013-12-17T13:05:31.096860</atom:updated> | ||||||
| 	 | 	 | ||||||
| 	<atom:entry> | 	<atom:entry> | ||||||
| 		<atom:id>youtube-dl-2012.02.22</atom:id> | 		<atom:id>youtube-dl-2012.02.22</atom:id> | ||||||
| @ -2464,4 +2464,19 @@ | |||||||
| 		<atom:updated>2013-12-17-1</atom:updated> | 		<atom:updated>2013-12-17-1</atom:updated> | ||||||
| 	</atom:entry> | 	</atom:entry> | ||||||
| 
 | 
 | ||||||
|  | 	<atom:entry> | ||||||
|  | 		<atom:id>youtube-dl-2013.12.17.2</atom:id> | ||||||
|  | 		<atom:title>New version 2013.12.17.2</atom:title> | ||||||
|  | 		<atom:link href="http://rg3.github.io/youtube-dl" /> | ||||||
|  | 		<atom:content type="xhtml"> | ||||||
|  | 			<div xmlns="http://www.w3.org/1999/xhtml"> | ||||||
|  | 				Downloads available at <a href="https://yt-dl.org/downloads/2013.12.17.2/">https://yt-dl.org/downloads/2013.12.17.2/</a> | ||||||
|  | 			</div> | ||||||
|  | 		</atom:content> | ||||||
|  | 		<atom:author> | ||||||
|  | 			<atom:name>The youtube-dl maintainers</atom:name> | ||||||
|  | 		</atom:author> | ||||||
|  | 		<atom:updated>2013-12-17-2</atom:updated> | ||||||
|  | 	</atom:entry> | ||||||
|  | 
 | ||||||
| </atom:feed> | </atom:feed> | ||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|     "latest": "2013.12.17.1",  |     "latest": "2013.12.17.2",  | ||||||
|     "signature": "16eecf8c3baa0815ef555d77292c50fa2a17b8855f0bf990e8d62e4ceec271ec708060cbd5d9c3a1f97df94125d894cc2732374a025a9b1b01e0dee0d3cf57a40edd80126adc07d3c8f6ebb47e96dae1a31ce53adb8e5ac5a9e3fdf3ee4117e5965fd2d93f3dfc03c96e1382317dbde0ddb75e928df1bf7edc3e2803a6f33ac6",  |     "signature": "059ddf1e1a58ba178de7afc1775654aab211bb6ec4713aa437a8eb208fcf992417d3965ad3a40da4f9930d92bb90b3ec75c8c46e9438760a92498fe4c9b6fe926d5acbc76e028beb38fe786e06e1c06afa6ef88a32ff6b79ea793d93a016c45bcd36de8b4971c56f33fbc715b83929f467b26c90606697775a1f90d3c3c5d146",  | ||||||
|     "versions": { |     "versions": { | ||||||
|         "2012.02.22": { |         "2012.02.22": { | ||||||
|             "bin": [ |             "bin": [ | ||||||
| @ -2303,6 +2303,20 @@ | |||||||
|                 "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz",  |                 "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz",  | ||||||
|                 "f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee" |                 "f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee" | ||||||
|             ] |             ] | ||||||
|  |         },  | ||||||
|  |         "2013.12.17.2": { | ||||||
|  |             "bin": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl",  | ||||||
|  |                 "953409a75086b21aad8118348375b1484fd58441e8b6fb5bd969dbfb4eb3eb7c" | ||||||
|  |             ],  | ||||||
|  |             "exe": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl.exe",  | ||||||
|  |                 "d718149c2f00aed1155401c66b85584818aa75ce6e719fc76043f0ff230618e3" | ||||||
|  |             ],  | ||||||
|  |             "tar": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl-2013.12.17.2.tar.gz",  | ||||||
|  |                 "bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6" | ||||||
|  |             ] | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user