mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
version 0.4.900
This commit is contained in:
parent
0e77ed84ed
commit
6eca8f7a1f
8
_pi.yml
8
_pi.yml
@ -1,15 +1,15 @@
|
||||
---
|
||||
title: You-Get
|
||||
project-name: You-Get
|
||||
project-version: 0.4.803
|
||||
project-version: 0.4.900
|
||||
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.803/you-get-0.4.803.tar.gz
|
||||
download-url: https://github.com/soimort/you-get/releases/download/v0.4.900/you-get-0.4.900.tar.gz
|
||||
download-checksum-type: SHA1SUM
|
||||
download-checksum-data: 335c91f0dd4ceabc9d2e0bdb5284d57de4876364
|
||||
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.803/you-get-0.4.803.tar.gz.asc
|
||||
download-checksum-data: a97599dd39154ab0b2f317352dfeb1cdf93bed34
|
||||
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.900/you-get-0.4.900.tar.gz.asc
|
||||
|
||||
target: index.html
|
||||
template: _templates/main.html
|
||||
|
12
index.html
12
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.803</h2>
|
||||
<h2>version 0.4.900</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.803/you-get-0.4.803.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.900/you-get-0.4.900.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
|
||||
<div id="msg">
|
||||
<span id="checksum" onmouseover="this.innerHTML='335c91f0dd4ceabc9d2e0bdb5284d57de4876364'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.803/you-get-0.4.803.tar.gz.asc">PGP SIGNATURE</a>
|
||||
<span id="checksum" onmouseover="this.innerHTML='a97599dd39154ab0b2f317352dfeb1cdf93bed34'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.900/you-get-0.4.900.tar.gz.asc">PGP SIGNATURE</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@ -101,9 +101,7 @@ Downloading TEDxGE2014_Stallman05_LQ.webm ...
|
||||
</ul>
|
||||
<p>Interested? <a href="#installation">Install it</a> now and <a href="#getting-started">get started by examples</a>.</p>
|
||||
<p>Are you a Python programmer? Then check out <a href="https://github.com/soimort/you-get">the source</a> and fork it!</p>
|
||||
<figure>
|
||||
<img src="https://i.imgur.com/GfthFAz.png" />
|
||||
</figure>
|
||||
<p><img src="https://i.imgur.com/GfthFAz.png" /></p>
|
||||
<h2 id="installation">Installation</h2>
|
||||
<h3 id="prerequisites">Prerequisites</h3>
|
||||
<p>The following dependencies are required and must be installed separately, unless you are using a pre-built package or chocolatey on Windows:</p>
|
||||
|
Loading…
Reference in New Issue
Block a user