mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-07 19:57:28 +00:00
release 2015.01.05
This commit is contained in:
parent
0d17780e87
commit
07f924bc45
@ -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.2+ 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.2+ to work.</p>
|
||||||
|
|
||||||
<h2><a href="https://yt-dl.org/downloads/2015.01.04/youtube-dl">2015.01.04</a> (<a href="https://yt-dl.org/downloads/2015.01.04/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl">2015.01.05</a> (<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 03327da20c4514002de3413a9e93298c</li>
|
<li><strong>MD5</strong>: 3c74569a910776f6708413c822d9f8da</li>
|
||||||
<li><strong>SHA1</strong>: 156e5b5ce965caaa11f00e266e739bfbe891e595</li>
|
<li><strong>SHA1</strong>: eae628917af2b1b3bf9815a66fe320917e58729e</li>
|
||||||
<li><strong>SHA256</strong>: d03bb6c1e354566b4926f9115fdb45d7c41a4c58dc34d392cfe80578aafdbfc9</li>
|
<li><strong>SHA256</strong>: 545b5581ea64ec8cf4048db75a28ca2ae55201f48626510f57d8add04cb874bd</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2015.01.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.04/youtube-dl.exe.sig">sig</a> - 0c359469a98a11dd58158f0e8e420a2a6016fb737b34be7c5869de40f65a80fd)<br>
|
<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl.exe.sig">sig</a> - 9a3f5e0b50a3c060603a7957189b4850c257343eb200c2e74a09a88ded891b82)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2015.01.04/youtube-dl-2015.01.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.04/youtube-dl-2015.01.04.tar.gz.sig">sig</a> - 05a678e8d55f424a48ae9fd504c29e4a5c5946fc54e48c3d5c65ccf40dda3223)
|
<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl-2015.01.05.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.05/youtube-dl-2015.01.05.tar.gz.sig">sig</a> - c06bcdaf6dfb074b06144c3b4afb81c3db95a3be442405b616e828c249a48c83)
|
||||||
</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/2015.01.04/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.05/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/2015.01.04/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.05/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/2015.01.04/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.05/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>
|
||||||
|
@ -70,7 +70,6 @@
|
|||||||
<li><b>Brightcove</b></li>
|
<li><b>Brightcove</b></li>
|
||||||
<li><b>BuzzFeed</b></li>
|
<li><b>BuzzFeed</b></li>
|
||||||
<li><b>BYUtv</b></li>
|
<li><b>BYUtv</b></li>
|
||||||
<li><b>ByZoo</b></li>
|
|
||||||
<li><b>Canal13cl</b></li>
|
<li><b>Canal13cl</b></li>
|
||||||
<li><b>canalc2.tv</b></li>
|
<li><b>canalc2.tv</b></li>
|
||||||
<li><b>Canalplus</b>: canalplus.fr, piwiplus.fr and d8.tv</li>
|
<li><b>Canalplus</b>: canalplus.fr, piwiplus.fr and d8.tv</li>
|
||||||
@ -117,7 +116,6 @@
|
|||||||
<li><b>DRTV</b></li>
|
<li><b>DRTV</b></li>
|
||||||
<li><b>Dump</b></li>
|
<li><b>Dump</b></li>
|
||||||
<li><b>dvtv</b>: http://video.aktualne.cz/</li>
|
<li><b>dvtv</b>: http://video.aktualne.cz/</li>
|
||||||
<li><b>EasyVideo</b></li>
|
|
||||||
<li><b>EbaumsWorld</b></li>
|
<li><b>EbaumsWorld</b></li>
|
||||||
<li><b>EchoMsk</b></li>
|
<li><b>EchoMsk</b></li>
|
||||||
<li><b>eHow</b></li>
|
<li><b>eHow</b></li>
|
||||||
@ -168,8 +166,6 @@
|
|||||||
<li><b>Glide</b>: Glide mobile video messages (glide.me)</li>
|
<li><b>Glide</b>: Glide mobile video messages (glide.me)</li>
|
||||||
<li><b>Globo</b></li>
|
<li><b>Globo</b></li>
|
||||||
<li><b>GodTube</b></li>
|
<li><b>GodTube</b></li>
|
||||||
<li><b>gogoanime</b>: GoGoAnime</li>
|
|
||||||
<li><b>gogoanime:search</b>: GoGoAnime Search</li>
|
|
||||||
<li><b>GoldenMoustache</b></li>
|
<li><b>GoldenMoustache</b></li>
|
||||||
<li><b>Golem</b></li>
|
<li><b>Golem</b></li>
|
||||||
<li><b>GorillaVid</b>: GorillaVid.in, daclips.in, movpod.in and fastvideo.in</li>
|
<li><b>GorillaVid</b>: GorillaVid.in, daclips.in, movpod.in and fastvideo.in</li>
|
||||||
@ -304,10 +300,7 @@
|
|||||||
<li><b>Photobucket</b></li>
|
<li><b>Photobucket</b></li>
|
||||||
<li><b>PlanetaPlay</b></li>
|
<li><b>PlanetaPlay</b></li>
|
||||||
<li><b>play.fm</b></li>
|
<li><b>play.fm</b></li>
|
||||||
<li><b>Play44</b></li>
|
|
||||||
<li><b>PlayBB</b></li>
|
|
||||||
<li><b>played.to</b></li>
|
<li><b>played.to</b></li>
|
||||||
<li><b>PlayPanda</b></li>
|
|
||||||
<li><b>Playvid</b></li>
|
<li><b>Playvid</b></li>
|
||||||
<li><b>plus.google</b>: Google Plus</li>
|
<li><b>plus.google</b>: Google Plus</li>
|
||||||
<li><b>pluzz.francetv.fr</b></li>
|
<li><b>pluzz.francetv.fr</b></li>
|
||||||
@ -321,6 +314,7 @@
|
|||||||
<li><b>Pyvideo</b></li>
|
<li><b>Pyvideo</b></li>
|
||||||
<li><b>QuickVid</b></li>
|
<li><b>QuickVid</b></li>
|
||||||
<li><b>radio.de</b></li>
|
<li><b>radio.de</b></li>
|
||||||
|
<li><b>radiobremen</b></li>
|
||||||
<li><b>radiofrance</b></li>
|
<li><b>radiofrance</b></li>
|
||||||
<li><b>Rai</b></li>
|
<li><b>Rai</b></li>
|
||||||
<li><b>RBMARadio</b></li>
|
<li><b>RBMARadio</b></li>
|
||||||
@ -367,8 +361,6 @@
|
|||||||
<li><b>Snotr</b></li>
|
<li><b>Snotr</b></li>
|
||||||
<li><b>Sockshare</b></li>
|
<li><b>Sockshare</b></li>
|
||||||
<li><b>Sohu</b></li>
|
<li><b>Sohu</b></li>
|
||||||
<li><b>soulanime:series</b>: SoulAnime Series</li>
|
|
||||||
<li><b>soulanime:watching</b>: SoulAnime video</li>
|
|
||||||
<li><b>soundcloud</b></li>
|
<li><b>soundcloud</b></li>
|
||||||
<li><b>soundcloud:playlist</b></li>
|
<li><b>soundcloud:playlist</b></li>
|
||||||
<li><b>soundcloud:set</b></li>
|
<li><b>soundcloud:set</b></li>
|
||||||
@ -458,18 +450,14 @@
|
|||||||
<li><b>Viddler</b></li>
|
<li><b>Viddler</b></li>
|
||||||
<li><b>video.google:search</b>: Google Video search</li>
|
<li><b>video.google:search</b>: Google Video search</li>
|
||||||
<li><b>video.mit.edu</b></li>
|
<li><b>video.mit.edu</b></li>
|
||||||
<li><b>Video44</b></li>
|
|
||||||
<li><b>VideoBam</b></li>
|
<li><b>VideoBam</b></li>
|
||||||
<li><b>VideoDetective</b></li>
|
<li><b>VideoDetective</b></li>
|
||||||
<li><b>VideoFun</b></li>
|
|
||||||
<li><b>videofy.me</b></li>
|
<li><b>videofy.me</b></li>
|
||||||
<li><b>videolectures.net</b></li>
|
<li><b>videolectures.net</b></li>
|
||||||
<li><b>VideoMega</b></li>
|
<li><b>VideoMega</b></li>
|
||||||
<li><b>VideoPremium</b></li>
|
<li><b>VideoPremium</b></li>
|
||||||
<li><b>VideoTt</b>: video.tt - Your True Tube</li>
|
<li><b>VideoTt</b>: video.tt - Your True Tube</li>
|
||||||
<li><b>videoweed</b>: VideoWeed</li>
|
<li><b>videoweed</b>: VideoWeed</li>
|
||||||
<li><b>VideoWing</b></li>
|
|
||||||
<li><b>VideoZoo</b></li>
|
|
||||||
<li><b>Vidme</b></li>
|
<li><b>Vidme</b></li>
|
||||||
<li><b>Vidzi</b></li>
|
<li><b>Vidzi</b></li>
|
||||||
<li><b>vier</b></li>
|
<li><b>vier</b></li>
|
||||||
@ -501,6 +489,7 @@
|
|||||||
<li><b>WDR</b></li>
|
<li><b>WDR</b></li>
|
||||||
<li><b>wdr:mobile</b></li>
|
<li><b>wdr:mobile</b></li>
|
||||||
<li><b>WDRMaus</b>: Sendung mit der Maus</li>
|
<li><b>WDRMaus</b>: Sendung mit der Maus</li>
|
||||||
|
<li><b>WebOfStories</b></li>
|
||||||
<li><b>Weibo</b></li>
|
<li><b>Weibo</b></li>
|
||||||
<li><b>Wimp</b></li>
|
<li><b>Wimp</b></li>
|
||||||
<li><b>Wistia</b></li>
|
<li><b>Wistia</b></li>
|
||||||
@ -533,7 +522,6 @@
|
|||||||
<li><b>youtube:search_url</b>: YouTube.com search URLs</li>
|
<li><b>youtube:search_url</b>: YouTube.com search URLs</li>
|
||||||
<li><b>youtube:show</b>: YouTube.com (multi-season) shows</li>
|
<li><b>youtube:show</b>: YouTube.com (multi-season) shows</li>
|
||||||
<li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)</li>
|
<li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)</li>
|
||||||
<li><b>youtube:toplist</b>: YouTube.com top lists, "yttoplist:{channel}:{list title}" (Example: "yttoplist:music:Top Tracks")</li>
|
|
||||||
<li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>
|
<li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>
|
||||||
<li><b>youtube:watch_later</b>: Youtube watch later list, ":ytwatchlater" for short (requires authentication)</li>
|
<li><b>youtube:watch_later</b>: Youtube watch later list, ":ytwatchlater" for short (requires authentication)</li>
|
||||||
<li><b>ZDF</b></li>
|
<li><b>ZDF</b></li>
|
||||||
|
@ -1 +1 @@
|
|||||||
2015.01.04
|
2015.01.05
|
@ -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>2015-01-04T03:19:08.557227Z</updated>
|
<updated>2015-01-05T18:56:01.685251Z</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>
|
||||||
@ -7025,4 +7025,19 @@
|
|||||||
<updated>2015-01-04T00:00:00Z</updated>
|
<updated>2015-01-04T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.05</id>
|
||||||
|
<title>New version 2015.01.05</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.05/">https://yt-dl.org/downloads/2015.01.05/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2015-01-05T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"latest": "2015.01.04",
|
"latest": "2015.01.05",
|
||||||
"signature": "0c992f163836178cf1e2d3585d33c66b55fbac29d94fadb100056168f0266721b0ec009994dffae4d170c4c34bcc9c7122495e98d19079233a1af27df6e39b530e2863839c64699927a9f96d7bb95b0a29e5cc47387569c9dc5ce8e47ecf1a0ace82e0707f20f65a47bb9cbfdb10441b4b684e7ca1c9c0a2d121057458555de1",
|
"signature": "1b05ee4fc5c68c705ffca32b85176ba388e6be72b82562733f0db9e536f4027d83ad5db1d93d24f1661748d36eb24776c7eac96d0f65d0122c36bcfa561bc6d0fb7db35e4c0f16314afea6ca0e57bfa3ddab1927c26917354c5a5d16ec0f9fca4fd65e9bd0e92111a23a42fd2572ef6d67ef4dd5a20aa6f17c7e7fcee9a101d6",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -6559,6 +6559,20 @@
|
|||||||
"https://yt-dl.org/downloads/2015.01.04/youtube-dl-2015.01.04.tar.gz",
|
"https://yt-dl.org/downloads/2015.01.04/youtube-dl-2015.01.04.tar.gz",
|
||||||
"05a678e8d55f424a48ae9fd504c29e4a5c5946fc54e48c3d5c65ccf40dda3223"
|
"05a678e8d55f424a48ae9fd504c29e4a5c5946fc54e48c3d5c65ccf40dda3223"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2015.01.05": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2015.01.05/youtube-dl",
|
||||||
|
"545b5581ea64ec8cf4048db75a28ca2ae55201f48626510f57d8add04cb874bd"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2015.01.05/youtube-dl.exe",
|
||||||
|
"9a3f5e0b50a3c060603a7957189b4850c257343eb200c2e74a09a88ded891b82"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2015.01.05/youtube-dl-2015.01.05.tar.gz",
|
||||||
|
"c06bcdaf6dfb074b06144c3b4afb81c3db95a3be442405b616e828c249a48c83"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user