version 0.4.390

This commit is contained in:
Mort Yao 2016-04-30 03:24:53 +02:00
parent f0232016e9
commit 1173ad1c9a
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251
2 changed files with 11 additions and 11 deletions

View File

@ -27,12 +27,12 @@
<a href="https://you-get.org/"><img src="images/logo.jpg"/></a>
<div id="desc">
<h1>You-Get</h1>
<h2>version 0.4.365</h2>
<h2>version 0.4.390</h2>
<a href="https://github.com/soimort/you-get">Star <i class="fa fa-github-square fa-2x"></i></a>
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.365.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
<a href="https://github.com/soimort/you-get/releases/download/v0.4.390/you-get-0.4.390.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
<div id="msg">
<span id="checksum" onmouseover="this.innerHTML='51c90fcb24fe2c60e2701e0792165a5703e99c36'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.365.tar.gz.asc">PGP SIGNATURE</a>
<span id="checksum" onmouseover="this.innerHTML='c86edeb82a61ab1435acf0463b3aa9ce4a6544d0'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
<a href="https://github.com/soimort/you-get/releases/download/v0.4.390/you-get-0.4.390.tar.gz.asc">PGP SIGNATURE</a>
</div>
</div>
</nav>
@ -74,7 +74,7 @@
</header>
<h1 id="you-get">You-Get</h1>
<p><a href="http://badge.fury.io/py/you-get"><img src="https://badge.fury.io/py/you-get.png" alt="PyPI version" /></a> <a href="https://travis-ci.org/soimort/you-get"><img src="https://api.travis-ci.org/soimort/you-get.png" alt="Build Status" /></a> <a href="https://gitter.im/soimort/you-get?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter" /></a></p>
<p><a href="https://pypi.python.org/pypi/you-get/"><img src="https://img.shields.io/pypi/v/you-get.svg" alt="PyPI version" /></a> <a href="https://travis-ci.org/soimort/you-get"><img src="https://travis-ci.org/soimort/you-get.svg" alt="Build Status" /></a> <a href="https://gitter.im/soimort/you-get?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter" /></a></p>
<p><a href="https://you-get.org/">You-Get</a> is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way to do it.</p>
<p>Here's how you use <code>you-get</code> to download a video from <a href="http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society">this web page</a>:</p>
<pre class="console"><code>$ you-get http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society

View File

@ -1,21 +1,21 @@
---
title: You-Get
project-name: You-Get
project-version: 0.4.365
project-version: 0.4.390
project-logo: images/logo.jpg
background: images/background.png
github: soimort/you-get
url: https://you-get.org/
download-url: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.365.tar.gz
download-url: https://github.com/soimort/you-get/releases/download/v0.4.390/you-get-0.4.390.tar.gz
download-checksum-type: SHA1SUM
download-checksum-data: 51c90fcb24fe2c60e2701e0792165a5703e99c36
download-signature: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.365.tar.gz.asc
download-checksum-data: c86edeb82a61ab1435acf0463b3aa9ce4a6544d0
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.390/you-get-0.4.390.tar.gz.asc
---
# You-Get
[![PyPI version](https://badge.fury.io/py/you-get.png)](http://badge.fury.io/py/you-get)
[![Build Status](https://api.travis-ci.org/soimort/you-get.png)](https://travis-ci.org/soimort/you-get)
[![PyPI version](https://img.shields.io/pypi/v/you-get.svg)](https://pypi.python.org/pypi/you-get/)
[![Build Status](https://travis-ci.org/soimort/you-get.svg)](https://travis-ci.org/soimort/you-get)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/soimort/you-get?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[You-Get](https://you-get.org/) is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way to do it.