release 2013.09.29
This commit is contained in:
		
							parent
							
								
									ecfaa4b127
								
							
						
					
					
						commit
						6e1229457b
					
				| @ -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.09.24.2/youtube-dl">2013.09.24.2</a> (<a href="https://yt-dl.org/downloads/2013.09.24.2/youtube-dl.sig">sig</a>)</h2> | <h2><a href="https://yt-dl.org/downloads/2013.09.29/youtube-dl">2013.09.29</a> (<a href="https://yt-dl.org/downloads/2013.09.29/youtube-dl.sig">sig</a>)</h2> | ||||||
| 
 | 
 | ||||||
| <ul> | <ul> | ||||||
| <li><strong>MD5</strong>: 5b578806c6481dbee99a80511fef3d7c</li> | <li><strong>MD5</strong>: 42c1a181eb76b45d57e28deddf85e9cf</li> | ||||||
| <li><strong>SHA1</strong>: 3c243eedf6887a97dd53b6301104d67506139d13</li> | <li><strong>SHA1</strong>: b5af675702f6da4c82b1f813c5dec38161d5805a</li> | ||||||
| <li><strong>SHA256</strong>: e6e4bdcbc70a3e915b07732fff0c23346fde83f2f58ede07bc92405ac3f666eb</li> | <li><strong>SHA256</strong>: db05dd8e287926c701cf499b67acfb5f6398b3c9dfe8bc80dcd2266641d80a6b</li> | ||||||
| </ul> | </ul> | ||||||
| 
 | 
 | ||||||
| <p> | <p> | ||||||
| 	<a href="https://yt-dl.org/downloads/2013.09.24.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.24.2/youtube-dl.exe.sig">sig</a> - 0c55aa061ecf0f2fd82ba2ddd75de5d42708547c2ba6245fc7ee1684b9e1fa76)<br> | 	<a href="https://yt-dl.org/downloads/2013.09.29/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.29/youtube-dl.exe.sig">sig</a> - c737e70f6ac91a23b670c25324e17c92326e145f5c5e67e46c415cde02721813)<br> | ||||||
| 	<a href="https://yt-dl.org/downloads/2013.09.24.2/youtube-dl-2013.09.24.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.24.2/youtube-dl-2013.09.24.2.tar.gz.sig">sig</a> - 0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708) | 	<a href="https://yt-dl.org/downloads/2013.09.29/youtube-dl-2013.09.29.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.29/youtube-dl-2013.09.29.tar.gz.sig">sig</a> - 07eac71230aeff01b4513f695ff1b5a32f014aa1bb6db6e80dd8c38ee1ec8335) | ||||||
| </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.09.24.2/youtube-dl -o /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo curl https://yt-dl.org/downloads/2013.09.29/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.09.24.2/youtube-dl -O /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.29/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.09.24.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/2013.09.29/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.09.24.2 | 2013.09.29 | ||||||
| @ -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-09-24T21:58:13.819567</atom:updated> | 	<atom:updated>2013-09-29T14:43:37.397419</atom:updated> | ||||||
| 	 | 	 | ||||||
| 	<atom:entry> | 	<atom:entry> | ||||||
| 		<atom:id>youtube-dl-2012.02.22</atom:id> | 		<atom:id>youtube-dl-2012.02.22</atom:id> | ||||||
| @ -1414,6 +1414,21 @@ | |||||||
| 		<atom:updated>2013-09-24-2</atom:updated> | 		<atom:updated>2013-09-24-2</atom:updated> | ||||||
| 	</atom:entry> | 	</atom:entry> | ||||||
| 
 | 
 | ||||||
|  | 	<atom:entry> | ||||||
|  | 		<atom:id>youtube-dl-2013.09.29</atom:id> | ||||||
|  | 		<atom:title>New version 2013.09.29</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.09.29/">https://yt-dl.org/downloads/2013.09.29/</a> | ||||||
|  | 			</div> | ||||||
|  | 		</atom:content> | ||||||
|  | 		<atom:author> | ||||||
|  | 			<atom:name>The youtube-dl maintainers</atom:name> | ||||||
|  | 		</atom:author> | ||||||
|  | 		<atom:updated>2013-09-29</atom:updated> | ||||||
|  | 	</atom:entry> | ||||||
|  | 
 | ||||||
| 	<atom:entry> | 	<atom:entry> | ||||||
| 		<atom:id>youtube-dl-2013.11.09</atom:id> | 		<atom:id>youtube-dl-2013.11.09</atom:id> | ||||||
| 		<atom:title>New version 2013.11.09</atom:title> | 		<atom:title>New version 2013.11.09</atom:title> | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|     "latest": "2013.09.24.2",  |     "latest": "2013.09.29",  | ||||||
|     "signature": "41d321cc881f41d1618e044b98c6c91364b7118f85d80ec4fa0782ef29d4cadbec667c66978d0f3f4448c693c767bd1e124e9cd73e6c08da359925e84aed9694bf52901b7ae8c9d17c4f031d0478377c8aec1508a10b4315d1e6b1081badcf510b9efac6651e7dcad585e35e9af16fce25234100073c1a4dde7624f1e946a0a0",  |     "signature": "941705a08d2cdfc26763698f42614dbb87287ae9d97876e085a939c028aac11ebf7c0fed8a1a8a13ea8992534299736e73fae87a05d5b16fffa5d7805ba10246bf68a01a6d785477f69a582ed0cfbf5fe0582381eab84344fcc65c0677f4bdba4eced26a624aa69e3c775c7b0ad574ca2f2e70928ce41ad2f1dede768f708c4e",  | ||||||
|     "versions": { |     "versions": { | ||||||
|         "2012.02.22": { |         "2012.02.22": { | ||||||
|             "bin": [ |             "bin": [ | ||||||
| @ -1324,6 +1324,20 @@ | |||||||
|                 "0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708" |                 "0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708" | ||||||
|             ] |             ] | ||||||
|         },  |         },  | ||||||
|  |         "2013.09.29": { | ||||||
|  |             "bin": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2013.09.29/youtube-dl",  | ||||||
|  |                 "db05dd8e287926c701cf499b67acfb5f6398b3c9dfe8bc80dcd2266641d80a6b" | ||||||
|  |             ],  | ||||||
|  |             "exe": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2013.09.29/youtube-dl.exe",  | ||||||
|  |                 "c737e70f6ac91a23b670c25324e17c92326e145f5c5e67e46c415cde02721813" | ||||||
|  |             ],  | ||||||
|  |             "tar": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2013.09.29/youtube-dl-2013.09.29.tar.gz",  | ||||||
|  |                 "07eac71230aeff01b4513f695ff1b5a32f014aa1bb6db6e80dd8c38ee1ec8335" | ||||||
|  |             ] | ||||||
|  |         },  | ||||||
|         "2013.11.09": { |         "2013.11.09": { | ||||||
|             "bin": [ |             "bin": [ | ||||||
|                 "https://yt-dl.org/downloads/2013.11.09/youtube-dl",  |                 "https://yt-dl.org/downloads/2013.11.09/youtube-dl",  | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user