release 2015.01.01

This commit is contained in:
Philipp Hagemeister 2015-01-01 21:51:17 +01:00
parent 868522e4c2
commit e9260dbb31
12 changed files with 65 additions and 22 deletions

View file

@ -36,6 +36,6 @@
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2014 Ricardo Garcia Gonzalez</div>
Copyright © 2006-2015 Ricardo Garcia Gonzalez</div>
</body>
</html>

View file

@ -98,6 +98,6 @@ You can configure youtube-dl by placing default arguments (such as <code>--extra
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2014 Ricardo Garcia Gonzalez</div>
Copyright © 2006-2015 Ricardo Garcia Gonzalez</div>
</body>
</html>

View file

@ -36,6 +36,6 @@
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2014 Ricardo Garcia Gonzalez</div>
Copyright © 2006-2015 Ricardo Garcia Gonzalez</div>
</body>
</html>

View file

@ -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>
<h2><a href="https://yt-dl.org/downloads/2014.12.17.2/youtube-dl">2014.12.17.2</a> (<a href="https://yt-dl.org/downloads/2014.12.17.2/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl">2015.01.01</a> (<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 943ccd308698c97d14e632ff6aa4fc45</li>
<li><strong>SHA1</strong>: a17851b65f68adaa39e7fcf9432d1fbac5b59a48</li>
<li><strong>SHA256</strong>: 17ee125908db69820cea161489bbf248d7a97a1ce3d44815044316a9b9bdca6d</li>
<li><strong>MD5</strong>: e588bba32935b849a2fde9ce84aa784a</li>
<li><strong>SHA1</strong>: f2233e4cd3b603c56c056e0d8fd4ab5c41d98e00</li>
<li><strong>SHA256</strong>: 06f8a6ba8643a75dba513a161c80b2d3a6345472fdf6262c819996268f0fa4c4</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.12.17.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.17.2/youtube-dl.exe.sig">sig</a> - 04c9cc8555807971efc83836496ba44bc0af36a1252b4314141b1a02477bdbd3)<br>
<a href="https://yt-dl.org/downloads/2014.12.17.2/youtube-dl-2014.12.17.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.17.2/youtube-dl-2014.12.17.2.tar.gz.sig">sig</a> - 302cc64b5a283f60a1b34a5ccf0f09964bf64aa29c5996c945065a72016f68fa)
<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl.exe.sig">sig</a> - 680896eab2bacdef0e7d1e63a44cfd125a1641529fec100ef548e088eb987a71)<br>
<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl-2015.01.01.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.01/youtube-dl-2015.01.01.tar.gz.sig">sig</a> - a6fb876a03c4fb3e9da21ef23534a53a2bf7981c3f0fc8cc7fe07522e799ce12)
</p>
<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.12.17.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.01/youtube-dl -o /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
<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.12.17.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.01/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
</p>
<p>To check the signature, type:
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.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>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.01/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>The following GPG keys will be used to sign the binaries and the git tags:</p>
@ -73,6 +73,6 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2014 Ricardo Garcia Gonzalez</div>
Copyright © 2006-2015 Ricardo Garcia Gonzalez</div>
</body>
</html>

View file

@ -73,6 +73,6 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2014 Ricardo Garcia Gonzalez</div>
Copyright © 2006-2015 Ricardo Garcia Gonzalez</div>
</body>
</html>

View file

@ -85,6 +85,6 @@ means you're using an outdated version of Python. Please update to Python 2.6 or
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2014 Ricardo Garcia Gonzalez</div>
Copyright © 2006-2015 Ricardo Garcia Gonzalez</div>
</body>
</html>

View file

@ -32,6 +32,6 @@ You can also contact us on the irc channel <a href="irc://chat.freenode.net/#you
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2014 Ricardo Garcia Gonzalez</div>
Copyright © 2006-2015 Ricardo Garcia Gonzalez</div>
</body>
</html>

View file

@ -26,10 +26,12 @@
<li><b>abc.net.au</b></li>
<li><b>AcademicEarth:Course</b></li>
<li><b>AddAnime</b></li>
<li><b>AdobeTV</b></li>
<li><b>AdultSwim</b></li>
<li><b>Aftonbladet</b></li>
<li><b>AlJazeera</b></li>
<li><b>Allocine</b></li>
<li><b>AlphaPorno</b></li>
<li><b>anitube.se</b></li>
<li><b>AnySex</b></li>
<li><b>Aparat</b></li>
@ -44,6 +46,7 @@
<li><b>arte.tv:ddc</b></li>
<li><b>arte.tv:embed</b></li>
<li><b>arte.tv:future</b></li>
<li><b>AtresPlayer</b></li>
<li><b>audiomack</b></li>
<li><b>AUEngine</b></li>
<li><b>Azubu</b></li>
@ -85,6 +88,7 @@
<li><b>cmt.com</b></li>
<li><b>CNET</b></li>
<li><b>CNN</b></li>
<li><b>CNNArticle</b></li>
<li><b>CNNBlogs</b></li>
<li><b>CollegeHumor</b></li>
<li><b>ComCarCoff</b></li>
@ -111,7 +115,9 @@
<li><b>DrTuber</b></li>
<li><b>DRTV</b></li>
<li><b>Dump</b></li>
<li><b>dvtv</b>: http://video.aktualne.cz/</li>
<li><b>EbaumsWorld</b></li>
<li><b>EchoMsk</b></li>
<li><b>eHow</b></li>
<li><b>Einthusan</b></li>
<li><b>eitb.tv</b></li>
@ -121,6 +127,7 @@
<li><b>EMPFlix</b></li>
<li><b>Engadget</b></li>
<li><b>Eporner</b></li>
<li><b>EroProfile</b></li>
<li><b>Escapist</b></li>
<li><b>EveryonesMixtape</b></li>
<li><b>exfm</b>: ex.fm</li>
@ -167,8 +174,11 @@
<li><b>Groupon</b></li>
<li><b>Hark</b></li>
<li><b>Heise</b></li>
<li><b>HellPorno</b></li>
<li><b>Helsinki</b>: helsinki.fi</li>
<li><b>HentaiStigma</b></li>
<li><b>hitbox</b></li>
<li><b>hitbox:live</b></li>
<li><b>HornBunny</b></li>
<li><b>HostingBulk</b></li>
<li><b>HotNewHipHop</b></li>
@ -254,6 +264,7 @@
<li><b>NBCNews</b></li>
<li><b>ndr</b>: NDR.de - Mediathek</li>
<li><b>NDTV</b></li>
<li><b>NerdCubedFeed</b></li>
<li><b>Newgrounds</b></li>
<li><b>Newstube</b></li>
<li><b>nfb</b>: National Film Board of Canada</li>
@ -278,6 +289,7 @@
<li><b>OktoberfestTV</b></li>
<li><b>on.aol.com</b></li>
<li><b>Ooyala</b></li>
<li><b>OpenFilm</b></li>
<li><b>orf:oe1</b>: Radio Österreich 1</li>
<li><b>orf:tvthek</b>: ORF TVthek</li>
<li><b>ORFFM4</b>: radio FM4</li>
@ -387,6 +399,7 @@
<li><b>TeleBruxelles</b></li>
<li><b>telecinco.es</b></li>
<li><b>TeleMB</b></li>
<li><b>TeleTask</b></li>
<li><b>TenPlay</b></li>
<li><b>TF1</b></li>
<li><b>TheOnion</b></li>
@ -485,6 +498,7 @@
<li><b>XTube</b></li>
<li><b>XTubeUser</b>: XTube user profile</li>
<li><b>XVideos</b></li>
<li><b>XXXYMovies</b></li>
<li><b>Yahoo</b>: Yahoo screen and movies</li>
<li><b>YesJapan</b></li>
<li><b>Ynet</b></li>
@ -516,6 +530,6 @@
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2014 Ricardo Garcia Gonzalez</div>
Copyright © 2006-2015 Ricardo Garcia Gonzalez</div>
</body>
</html>

View file

@ -21,6 +21,6 @@
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2014 Ricardo Garcia Gonzalez</div>
Copyright © 2006-2015 Ricardo Garcia Gonzalez</div>
</body>
</html>

View file

@ -1 +1 @@
2014.12.17.2
2015.01.01

View file

@ -3,7 +3,7 @@
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
<title>youtube-dl releases</title>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
<updated>2014-12-17T11:42:42.991432Z</updated>
<updated>2015-01-01T21:51:14.909787Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -6965,4 +6965,19 @@
<updated>2014-12-17T00:00:02Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.01</id>
<title>New version 2015.01.01</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/2015.01.01/">https://yt-dl.org/downloads/2015.01.01/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2015-01-01T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.12.17.2",
"signature": "13de987a51a53d6c57b41dec9ffd469df42309ecdcc879c6e53683e52ba638cad0253ad688aaad2a5a860d6f8b4664ae3469d405467820f2ca375d9bac843c956de016b8b3fe7af2096a10492ce002344cc0e76dde7684bcbbbddb7c64f8ef346e0809eab7b0f03321a43ef69077c18b054c1c40156cdc61e4e35cc9198e30ca",
"latest": "2015.01.01",
"signature": "320acdda018fcf06e71b5b04ab48e4f02415d6cbd9979c13b87bf8685dd8fd9d2d81c030f00b826b1c199ad53da87990f80b3a42764a1b03dd68997e4e980e337049216c33a5dd1c53d8d607a6572ed0d029daaa846f7595ef2818d3e57e570ea7da4e869f9f73e43518e7f3d57d473bb955a9d160c1e4892ce1b92a04e8c1e8",
"versions": {
"2012.02.22": {
"bin": [
@ -6503,6 +6503,20 @@
"https://yt-dl.org/downloads/2014.12.17.2/youtube-dl-2014.12.17.2.tar.gz",
"302cc64b5a283f60a1b34a5ccf0f09964bf64aa29c5996c945065a72016f68fa"
]
},
"2015.01.01": {
"bin": [
"https://yt-dl.org/downloads/2015.01.01/youtube-dl",
"06f8a6ba8643a75dba513a161c80b2d3a6345472fdf6262c819996268f0fa4c4"
],
"exe": [
"https://yt-dl.org/downloads/2015.01.01/youtube-dl.exe",
"680896eab2bacdef0e7d1e63a44cfd125a1641529fec100ef548e088eb987a71"
],
"tar": [
"https://yt-dl.org/downloads/2015.01.01/youtube-dl-2015.01.01.tar.gz",
"a6fb876a03c4fb3e9da21ef23534a53a2bf7981c3f0fc8cc7fe07522e799ce12"
]
}
}
}