mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
version 0.4.245
This commit is contained in:
parent
e3ad573427
commit
0316a48482
19
index.html
19
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.236</h2>
|
||||
<h2>version 0.4.245</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.236.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
|
||||
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.245.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
|
||||
<div id="msg">
|
||||
<span id="checksum" onmouseover="this.innerHTML='e21eb20a5710be49ee7a81a942e0485e13ecceae'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
||||
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.236.tar.gz.asc">PGP SIGNATURE</a>
|
||||
<span id="checksum" onmouseover="this.innerHTML='04993cbc3e354ddc6bbb549dbfaa4a320d97c5fa'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
||||
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.245.tar.gz.asc">PGP SIGNATURE</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@ -86,7 +86,7 @@ Downloading TEDxGE2014_Stallman05_LQ.webm ...
|
||||
<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>
|
||||
<div class="figure">
|
||||
<img src="http://i.imgur.com/GfthFAz.png" alt="" />
|
||||
<img src="http://i.imgur.com/GfthFAz.png" />
|
||||
|
||||
</div>
|
||||
<h2 id="installation">Installation</h2>
|
||||
@ -250,14 +250,7 @@ Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ...
|
||||
<li>For the time being, this feature has <strong>NOT</strong> been stabilized and the JSON schema may have breaking changes in the future.</li>
|
||||
</ul>
|
||||
<h2 id="supported-sites">Supported Sites</h2>
|
||||
<table style="width:46%;">
|
||||
<colgroup>
|
||||
<col width="6%" />
|
||||
<col width="5%" />
|
||||
<col width="11%" />
|
||||
<col width="11%" />
|
||||
<col width="11%" />
|
||||
</colgroup>
|
||||
<table>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
<th align="center">Site</th>
|
||||
|
8
index.md
8
index.md
@ -1,15 +1,15 @@
|
||||
---
|
||||
title: You-Get
|
||||
project-name: You-Get
|
||||
project-version: 0.4.236
|
||||
project-version: 0.4.245
|
||||
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.236.tar.gz
|
||||
download-url: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.245.tar.gz
|
||||
download-checksum-type: SHA1SUM
|
||||
download-checksum-data: e21eb20a5710be49ee7a81a942e0485e13ecceae
|
||||
download-signature: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.236.tar.gz.asc
|
||||
download-checksum-data: 04993cbc3e354ddc6bbb549dbfaa4a320d97c5fa
|
||||
download-signature: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.245.tar.gz.asc
|
||||
|
||||
---
|
||||
# You-Get
|
||||
|
Loading…
Reference in New Issue
Block a user