mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
version 0.4.595
This commit is contained in:
parent
81ad26ffe3
commit
ec8bd68b5e
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.575</h2>
|
||||
<h2>version 0.4.595</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.575/you-get-0.4.575.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.595/you-get-0.4.595.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
|
||||
<div id="msg">
|
||||
<span id="checksum" onmouseover="this.innerHTML='ac6d5384cdc7f2505b0341ecd56e0f15361921cc'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.575/you-get-0.4.575.tar.gz.asc">PGP SIGNATURE</a>
|
||||
<span id="checksum" onmouseover="this.innerHTML='41f6bd339b327637cc16ef434bf9b4684f67ad06'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
||||
<a href="https://github.com/soimort/you-get/releases/download/v0.4.595/you-get-0.4.595.tar.gz.asc">PGP SIGNATURE</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@ -145,7 +145,7 @@ Downloading TEDxGE2014_Stallman05_LQ.webm ...
|
||||
<p>or download the latest release via:</p>
|
||||
<pre><code>$ you-get https://github.com/soimort/you-get/archive/master.zip</code></pre>
|
||||
<p>or use <a href="https://chocolatey.org">chocolatey package manager</a>:</p>
|
||||
<pre><code>> choco upgrade you-get </code></pre>
|
||||
<pre><code>> choco upgrade you-get</code></pre>
|
||||
<p>In order to get the latest <code>develop</code> branch without messing up the PIP, you can try:</p>
|
||||
<pre><code>$ pip3 install --upgrade git+https://github.com/soimort/you-get@develop</code></pre>
|
||||
<h2 id="getting-started">Getting Started</h2>
|
||||
@ -608,7 +608,7 @@ Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ...
|
||||
<tr class="even">
|
||||
<td align="center">豆瓣</td>
|
||||
<td align="left"><a href="http://www.douban.com/" class="uri">http://www.douban.com/</a></td>
|
||||
<td align="center"></td>
|
||||
<td align="center">✓</td>
|
||||
<td align="center"></td>
|
||||
<td align="center">✓</td>
|
||||
</tr>
|
||||
|
12
index.md
12
index.md
@ -1,15 +1,15 @@
|
||||
---
|
||||
title: You-Get
|
||||
project-name: You-Get
|
||||
project-version: 0.4.575
|
||||
project-version: 0.4.595
|
||||
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.575/you-get-0.4.575.tar.gz
|
||||
download-url: https://github.com/soimort/you-get/releases/download/v0.4.595/you-get-0.4.595.tar.gz
|
||||
download-checksum-type: SHA1SUM
|
||||
download-checksum-data: ac6d5384cdc7f2505b0341ecd56e0f15361921cc
|
||||
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.575/you-get-0.4.575.tar.gz.asc
|
||||
download-checksum-data: 41f6bd339b327637cc16ef434bf9b4684f67ad06
|
||||
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.595/you-get-0.4.595.tar.gz.asc
|
||||
|
||||
---
|
||||
# You-Get
|
||||
@ -142,7 +142,7 @@ $ you-get https://github.com/soimort/you-get/archive/master.zip
|
||||
or use [chocolatey package manager](https://chocolatey.org):
|
||||
|
||||
```
|
||||
> choco upgrade you-get
|
||||
> choco upgrade you-get
|
||||
```
|
||||
|
||||
In order to get the latest ```develop``` branch without messing up the PIP, you can try:
|
||||
@ -387,7 +387,7 @@ Use `--url`/`-u` to get a list of downloadable resource URLs extracted from the
|
||||
| 爆米花网 | <http://www.baomihua.com/> |✓| | |
|
||||
| **bilibili<br/>哔哩哔哩** | <http://www.bilibili.com/> |✓| | |
|
||||
| Dilidili | <http://www.dilidili.com/> |✓| | |
|
||||
| 豆瓣 | <http://www.douban.com/> | | |✓|
|
||||
| 豆瓣 | <http://www.douban.com/> |✓| |✓|
|
||||
| 斗鱼 | <http://www.douyutv.com/> |✓| | |
|
||||
| Panda<br/>熊猫 | <http://www.panda.tv/> |✓| | |
|
||||
| 凤凰视频 | <http://v.ifeng.com/> |✓| | |
|
||||
|
Loading…
Reference in New Issue
Block a user