mirror of
https://github.com/soimort/you-get.git
synced 2025-02-13 13:35:20 +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>
|
<a href="https://you-get.org/"><img src="images/logo.jpg"/></a>
|
||||||
<div id="desc">
|
<div id="desc">
|
||||||
<h1>You-Get</h1>
|
<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://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">
|
<div id="msg">
|
||||||
<span id="checksum" onmouseover="this.innerHTML='e21eb20a5710be49ee7a81a942e0485e13ecceae'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
<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.236.tar.gz.asc">PGP SIGNATURE</a>
|
<a href="https://pypi.python.org/packages/source/y/you-get/you-get-0.4.245.tar.gz.asc">PGP SIGNATURE</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</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>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>
|
<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">
|
<div class="figure">
|
||||||
<img src="http://i.imgur.com/GfthFAz.png" alt="" />
|
<img src="http://i.imgur.com/GfthFAz.png" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<h2 id="installation">Installation</h2>
|
<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>
|
<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>
|
</ul>
|
||||||
<h2 id="supported-sites">Supported Sites</h2>
|
<h2 id="supported-sites">Supported Sites</h2>
|
||||||
<table style="width:46%;">
|
<table>
|
||||||
<colgroup>
|
|
||||||
<col width="6%" />
|
|
||||||
<col width="5%" />
|
|
||||||
<col width="11%" />
|
|
||||||
<col width="11%" />
|
|
||||||
<col width="11%" />
|
|
||||||
</colgroup>
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
<th align="center">Site</th>
|
<th align="center">Site</th>
|
||||||
|
8
index.md
8
index.md
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
title: You-Get
|
title: You-Get
|
||||||
project-name: You-Get
|
project-name: You-Get
|
||||||
project-version: 0.4.236
|
project-version: 0.4.245
|
||||||
project-logo: images/logo.jpg
|
project-logo: images/logo.jpg
|
||||||
background: images/background.png
|
background: images/background.png
|
||||||
github: soimort/you-get
|
github: soimort/you-get
|
||||||
url: https://you-get.org/
|
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-type: SHA1SUM
|
||||||
download-checksum-data: e21eb20a5710be49ee7a81a942e0485e13ecceae
|
download-checksum-data: 04993cbc3e354ddc6bbb549dbfaa4a320d97c5fa
|
||||||
download-signature: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.236.tar.gz.asc
|
download-signature: https://pypi.python.org/packages/source/y/you-get/you-get-0.4.245.tar.gz.asc
|
||||||
|
|
||||||
---
|
---
|
||||||
# You-Get
|
# You-Get
|
||||||
|
Loading…
Reference in New Issue
Block a user