mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
version 0.4.990
This commit is contained in:
parent
1c1eea7f0a
commit
48e7e8a307
6
_pi.yml
6
_pi.yml
@ -1,15 +1,15 @@
|
||||
---
|
||||
title: You-Get
|
||||
project-name: You-Get
|
||||
project-version: 0.4.985
|
||||
project-version: 0.4.990
|
||||
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.985/you-get-0.4.985.tar.gz
|
||||
download-url: https://github.com/soimort/you-get/releases/download/v0.4.990/you-get-0.4.990.tar.gz
|
||||
download-checksum-type: SHA1SUM
|
||||
download-checksum-data: c78f088dc38b63c61a7c84cade132d3aa5e35f78
|
||||
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.985/you-get-0.4.985.tar.gz.asc
|
||||
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.990/you-get-0.4.990.tar.gz.asc
|
||||
|
||||
target: index.html
|
||||
template: _templates/main.html
|
||||
|
17
index.html
17
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.985</h2>
|
||||
<h2>version 0.4.990</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.985/you-get-0.4.985.tar.gz">Download <i class="fa fa-download 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>
|
||||
<div id="msg">
|
||||
<span id="checksum" onmouseover="this.innerHTML='c78f088dc38b63c61a7c84cade132d3aa5e35f78'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.985/you-get-0.4.985.tar.gz.asc">PGP SIGNATURE</a>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.990/you-get-0.4.990.tar.gz.asc">PGP SIGNATURE</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@ -845,17 +845,10 @@ Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ...
|
||||
<p>For all other sites not on the list, the universal extractor will take care of finding and downloading interesting resources from the page.</p>
|
||||
<h3 id="known-bugs">Known bugs</h3>
|
||||
<p>If something is broken and <code>you-get</code> can’t get you things you want, don’t panic. (Yes, this happens all the time!)</p>
|
||||
<p>Check if it’s already a known problem on <a href="https://github.com/soimort/you-get/wiki/Known-Bugs" class="uri">https://github.com/soimort/you-get/wiki/Known-Bugs</a>, and search on the <a href="https://github.com/soimort/you-get/issues">list of open issues</a>. If it has not been reported yet, open a new issue, with detailed command-line output attached.</p>
|
||||
<p>Check if it’s already a known problem on <a href="https://github.com/soimort/you-get/wiki/Known-Bugs" class="uri">https://github.com/soimort/you-get/wiki/Known-Bugs</a>. If not, follow the guidelines on <a href="https://github.com/soimort/you-get/blob/develop/CONTRIBUTING.md#report-a-broken-extractor">how to report a broken extractor</a>.</p>
|
||||
<h2 id="getting-involved">Getting Involved</h2>
|
||||
<p>You can reach us on the Gitter channel <a href="https://gitter.im/soimort/you-get">#soimort/you-get</a> (here’s how you <a href="http://irc.gitter.im">set up your IRC client</a> for Gitter). If you have a quick question regarding <code>you-get</code>, ask it there.</p>
|
||||
<p>All kinds of pull requests are welcome. However, there are a few guidelines to follow:</p>
|
||||
<ul>
|
||||
<li>The <a href="https://github.com/soimort/you-get/tree/develop"><code>develop</code></a> branch is where your pull request should go.</li>
|
||||
<li>Remember to rebase.</li>
|
||||
<li>Document your PR clearly, and if applicable, provide some sample links for reviewers to test with.</li>
|
||||
<li>Write well-formatted, easy-to-understand commit messages. If you don’t know how, look at existing ones.</li>
|
||||
<li>We will not ask you to sign a CLA, but you must assure that your code can be legally redistributed (under the terms of the MIT license).</li>
|
||||
</ul>
|
||||
<p>If you are seeking to report an issue or contribute, please make sure to read <a href="https://github.com/soimort/you-get/blob/develop/CONTRIBUTING.md">the guidelines</a> first.</p>
|
||||
<h2 id="legal-issues">Legal Issues</h2>
|
||||
<p>This software is distributed under the <a href="https://raw.github.com/soimort/you-get/master/LICENSE.txt">MIT license</a>.</p>
|
||||
<p>In particular, please be aware that</p>
|
||||
|
Loading…
Reference in New Issue
Block a user