mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
version 0.4.995
This commit is contained in:
parent
eed6e1be4f
commit
2112a5134f
8
_pi.yml
8
_pi.yml
@ -1,15 +1,15 @@
|
||||
---
|
||||
title: You-Get
|
||||
project-name: You-Get
|
||||
project-version: 0.4.990
|
||||
project-version: 0.4.995
|
||||
project-logo: images/logo.jpg
|
||||
background: images/background.png
|
||||
github: soimort/you-get
|
||||
url: https://you-get.org/
|
||||
download-url: https://github.com/soimort/you-get/releases/download/v0.4.990/you-get-0.4.990.tar.gz
|
||||
download-url: https://github.com/soimort/you-get/releases/download/v0.4.995/you-get-0.4.995.tar.gz
|
||||
download-checksum-type: SHA1SUM
|
||||
download-checksum-data: 872ab197610b9eb7455ea4f86fc6d2040466124c
|
||||
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.990/you-get-0.4.990.tar.gz.asc
|
||||
download-checksum-data: 2ee6a89138047637d05a27ad8f2bb757c850abc5
|
||||
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.995/you-get-0.4.995.tar.gz.asc
|
||||
|
||||
target: index.html
|
||||
template: _templates/main.html
|
||||
|
30
index.html
30
index.html
@ -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.990</h2>
|
||||
<h2>version 0.4.995</h2>
|
||||
<a href="https://github.com/soimort/you-get">Star <i class="fa fa-github-square fa-2x"></i></a>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.990/you-get-0.4.990.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.995/you-get-0.4.995.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
|
||||
<div id="msg">
|
||||
<span id="checksum" onmouseover="this.innerHTML='872ab197610b9eb7455ea4f86fc6d2040466124c'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.990/you-get-0.4.990.tar.gz.asc">PGP SIGNATURE</a>
|
||||
<span id="checksum" onmouseover="this.innerHTML='2ee6a89138047637d05a27ad8f2bb757c850abc5'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.995/you-get-0.4.995.tar.gz.asc">PGP SIGNATURE</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@ -76,15 +76,21 @@
|
||||
<h1 id="you-get">You-Get</h1>
|
||||
<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&utm_medium=badge&utm_campaign=pr-badge&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
|
||||
Site: fsf.org
|
||||
Title: TEDxGE2014_Stallman05_LQ
|
||||
Type: WebM video (video/webm)
|
||||
Size: 27.12 MiB (28435804 Bytes)
|
||||
<p>Here’s how you use <code>you-get</code> to download a video from <a href="https://www.youtube.com/watch?v=jNQXAC9IVRw">YouTube</a>:</p>
|
||||
<pre class="console"><code>$ you-get 'https://www.youtube.com/watch?v=jNQXAC9IVRw'
|
||||
site: YouTube
|
||||
title: Me at the zoo
|
||||
stream:
|
||||
- itag: 43
|
||||
container: webm
|
||||
quality: medium
|
||||
size: 0.5 MiB (564215 bytes)
|
||||
# download-with: you-get --itag=43 [URL]
|
||||
|
||||
Downloading TEDxGE2014_Stallman05_LQ.webm ...
|
||||
100.0% ( 27.1/27.1 MB) ├████████████████████████████████████████┤[1/1] 12 MB/s</code></pre>
|
||||
Downloading Me at the zoo.webm ...
|
||||
100% ( 0.5/ 0.5MB) ├██████████████████████████████████┤[1/1] 6 MB/s
|
||||
|
||||
Saving Me at the zoo.en.srt ... Done.</code></pre>
|
||||
<p>And here’s why you might want to use it:</p>
|
||||
<ul>
|
||||
<li>You enjoyed something on the Internet, and just want to download them for your own pleasure.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user