release 2014.07.11
This commit is contained in:
		
							parent
							
								
									1c6cd59a03
								
							
						
					
					
						commit
						e299dbb8c9
					
				| @ -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.07.10/youtube-dl">2014.07.10</a> (<a href="https://yt-dl.org/downloads/2014.07.10/youtube-dl.sig">sig</a>)</h2> | <h2><a href="https://yt-dl.org/downloads/2014.07.11/youtube-dl">2014.07.11</a> (<a href="https://yt-dl.org/downloads/2014.07.11/youtube-dl.sig">sig</a>)</h2> | ||||||
| 
 | 
 | ||||||
| <ul> | <ul> | ||||||
| <li><strong>MD5</strong>: 58d6fccfd2e742189efbf1fce5c72e43</li> | <li><strong>MD5</strong>: 9f3a0a5a9573bd71d6f04bb315cad23a</li> | ||||||
| <li><strong>SHA1</strong>: c1cd0b92780733056015c1de4b1c8e5108081e6b</li> | <li><strong>SHA1</strong>: f98ade3fa51d112101987fd13ee180d05e4d4dba</li> | ||||||
| <li><strong>SHA256</strong>: 4f88ca1b421d92114f6303206c69c9749aa247b08f5ac4a2aa698f244140967c</li> | <li><strong>SHA256</strong>: 48b1fd2bceec86f3a0fa8448c0de02a2908c8ade71a65728b50160c85a22a756</li> | ||||||
| </ul> | </ul> | ||||||
| 
 | 
 | ||||||
| <p> | <p> | ||||||
| 	<a href="https://yt-dl.org/downloads/2014.07.10/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.10/youtube-dl.exe.sig">sig</a> - 21b0784d47213476b81d67b57c5697307a1ddd16b2477a4d2a127941632ea7d6)<br> | 	<a href="https://yt-dl.org/downloads/2014.07.11/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.11/youtube-dl.exe.sig">sig</a> - dd26305481d64fe6268f9431f07a3951d46044bef6fbde6bba9a3a47f81583da)<br> | ||||||
| 	<a href="https://yt-dl.org/downloads/2014.07.10/youtube-dl-2014.07.10.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.10/youtube-dl-2014.07.10.tar.gz.sig">sig</a> - 502588b8bce748644c3860975547a4f3b26695e5fb1cc2f5a8ffac00cbe17c56) | 	<a href="https://yt-dl.org/downloads/2014.07.11/youtube-dl-2014.07.11.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.11/youtube-dl-2014.07.11.tar.gz.sig">sig</a> - ca001173979e688bd9fbdfc2536f0b400b5faf02323ba22ebe24a1267c319c2d) | ||||||
| </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.07.10/youtube-dl -o /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo curl https://yt-dl.org/downloads/2014.07.11/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.07.10/youtube-dl -O /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.11/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.07.10/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.07.11/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.07.10 | 2014.07.11 | ||||||
| @ -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-07-10T14:57:53.551593Z</updated> |     <updated>2014-07-11T10:53:46.338719Z</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> | ||||||
| @ -4880,4 +4880,19 @@ | |||||||
| 	    <updated>2014-07-10T00:00:00Z</updated> | 	    <updated>2014-07-10T00:00:00Z</updated> | ||||||
| 	</entry> | 	</entry> | ||||||
| 
 | 
 | ||||||
|  | 	<entry> | ||||||
|  | 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.11</id> | ||||||
|  | 	    <title>New version 2014.07.11</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.07.11/">https://yt-dl.org/downloads/2014.07.11/</a> | ||||||
|  | 	        </div> | ||||||
|  | 	    </content> | ||||||
|  | 	    <author> | ||||||
|  | 	        <name>The youtube-dl maintainers</name> | ||||||
|  | 	    </author> | ||||||
|  | 	    <updated>2014-07-11T00:00:00Z</updated> | ||||||
|  | 	</entry> | ||||||
|  | 
 | ||||||
| </feed> | </feed> | ||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|     "latest": "2014.07.10", |     "latest": "2014.07.11", | ||||||
|     "signature": "1277b45b915c7f32cfbc827181171b53135bb1db5b3ee72052abab19462902302fa61f6ab549d9a11c4c9c80b37eb3c4153b2158b156497262066b9a12f372c69f5fe45a4ed767aceba688ae4b559239ee454d57a48658dab020215256bf6db74f97fc8e51ae8640a8fc6a9f0dfb7ebd2e8a6f245c855296fc0a87ed6c562b11", |     "signature": "831d933bc7cfaf2b0fa63235cf9cd8ed4c16eb48e505d2c6ada699e4eb24fba1b56604f9d539deb6caa50bf4c02ad2de03ccc9d1e7ab1a0d49fc19d762280af02865b241844c85ff8bc2b25d1d6f758bcf224b38ac5bf7872197eb3d53daa245857b763ba6c5a66440aebb9327d6e34c5219548dfffff566be176b6d6ab19851", | ||||||
|     "versions": { |     "versions": { | ||||||
|         "2012.02.22": { |         "2012.02.22": { | ||||||
|             "bin": [ |             "bin": [ | ||||||
| @ -4557,6 +4557,20 @@ | |||||||
|                 "https://yt-dl.org/downloads/2014.07.10/youtube-dl-2014.07.10.tar.gz", |                 "https://yt-dl.org/downloads/2014.07.10/youtube-dl-2014.07.10.tar.gz", | ||||||
|                 "502588b8bce748644c3860975547a4f3b26695e5fb1cc2f5a8ffac00cbe17c56" |                 "502588b8bce748644c3860975547a4f3b26695e5fb1cc2f5a8ffac00cbe17c56" | ||||||
|             ] |             ] | ||||||
|  |         }, | ||||||
|  |         "2014.07.11": { | ||||||
|  |             "bin": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2014.07.11/youtube-dl", | ||||||
|  |                 "48b1fd2bceec86f3a0fa8448c0de02a2908c8ade71a65728b50160c85a22a756" | ||||||
|  |             ], | ||||||
|  |             "exe": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2014.07.11/youtube-dl.exe", | ||||||
|  |                 "dd26305481d64fe6268f9431f07a3951d46044bef6fbde6bba9a3a47f81583da" | ||||||
|  |             ], | ||||||
|  |             "tar": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2014.07.11/youtube-dl-2014.07.11.tar.gz", | ||||||
|  |                 "ca001173979e688bd9fbdfc2536f0b400b5faf02323ba22ebe24a1267c319c2d" | ||||||
|  |             ] | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user