mirror of
https://github.com/soimort/you-get.git
synced 2025-02-10 04:02:28 +03:00
version 0.4.626
This commit is contained in:
parent
ec8bd68b5e
commit
acfa8aee4b
15
index.html
15
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.595</h2>
|
<h2>version 0.4.626</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://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>
|
<a href="https://github.com/soimort/you-get/releases/download/v0.4.626/you-get-0.4.626.tar.gz">Download <i class="fa fa-download fa-2x"></i></a>
|
||||||
<div id="msg">
|
<div id="msg">
|
||||||
<span id="checksum" onmouseover="this.innerHTML='41f6bd339b327637cc16ef434bf9b4684f67ad06'" onmouseout="this.innerHTML='SHA1SUM'">SHA1SUM</span>
|
<span id="checksum" onmouseover="this.innerHTML='a685f8b5768d98f1a697dcbbf970cd1842103564'" 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>
|
<a href="https://github.com/soimort/you-get/releases/download/v0.4.626/you-get-0.4.626.tar.gz.asc">PGP SIGNATURE</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
@ -850,6 +850,13 @@ Downloading tumblr_mxhg13jx4n1sftq6do1_1280.png ...
|
|||||||
<td align="center"></td>
|
<td align="center"></td>
|
||||||
<td align="center"></td>
|
<td align="center"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="odd">
|
||||||
|
<td align="center">全民Tv</td>
|
||||||
|
<td align="left"><a href="http://www.quanmin.tv/" class="uri">http://www.quanmin.tv/</a></td>
|
||||||
|
<td align="center">✓</td>
|
||||||
|
<td align="center"></td>
|
||||||
|
<td align="center"></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<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>
|
<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>
|
||||||
|
9
index.md
9
index.md
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
title: You-Get
|
title: You-Get
|
||||||
project-name: You-Get
|
project-name: You-Get
|
||||||
project-version: 0.4.595
|
project-version: 0.4.626
|
||||||
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://github.com/soimort/you-get/releases/download/v0.4.595/you-get-0.4.595.tar.gz
|
download-url: https://github.com/soimort/you-get/releases/download/v0.4.626/you-get-0.4.626.tar.gz
|
||||||
download-checksum-type: SHA1SUM
|
download-checksum-type: SHA1SUM
|
||||||
download-checksum-data: 41f6bd339b327637cc16ef434bf9b4684f67ad06
|
download-checksum-data: a685f8b5768d98f1a697dcbbf970cd1842103564
|
||||||
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.595/you-get-0.4.595.tar.gz.asc
|
download-signature: https://github.com/soimort/you-get/releases/download/v0.4.626/you-get-0.4.626.tar.gz.asc
|
||||||
|
|
||||||
---
|
---
|
||||||
# You-Get
|
# You-Get
|
||||||
@ -422,6 +422,7 @@ Use `--url`/`-u` to get a list of downloadable resource URLs extracted from the
|
|||||||
| Naver<br/>네이버 | <http://tvcast.naver.com/> |✓| | |
|
| Naver<br/>네이버 | <http://tvcast.naver.com/> |✓| | |
|
||||||
| 芒果TV | <http://www.mgtv.com/> |✓| | |
|
| 芒果TV | <http://www.mgtv.com/> |✓| | |
|
||||||
| 火猫TV | <http://www.huomao.com/> |✓| | |
|
| 火猫TV | <http://www.huomao.com/> |✓| | |
|
||||||
|
| 全民Tv | <http://www.quanmin.tv/> |✓| | |
|
||||||
|
|
||||||
For all other sites not on the list, the universal extractor will take care of finding and downloading interesting resources from the page.
|
For all other sites not on the list, the universal extractor will take care of finding and downloading interesting resources from the page.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user