mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
[missevan] Update README.md and add a test case
This commit is contained in:
parent
4add329e38
commit
0dbe185351
@ -421,6 +421,7 @@ Use `--url`/`-u` to get a list of downloadable resource URLs extracted from the
|
||||
| 荔枝FM | <http://www.lizhi.fm/> | | |✓|
|
||||
| 秒拍 | <http://www.miaopai.com/> |✓| | |
|
||||
| MioMio弹幕网 | <http://www.miomio.tv/> |✓| | |
|
||||
| MissEvan<br/>猫耳FM | <http://www.missevan.com/> | | |✓|
|
||||
| 痞客邦 | <https://www.pixnet.net/> |✓| | |
|
||||
| PPTV聚力 | <http://www.pptv.com/> |✓| | |
|
||||
| 齐鲁网 | <http://v.iqilu.com/> |✓| | |
|
||||
|
@ -6,8 +6,7 @@ from you_get.extractors import (
|
||||
imgur,
|
||||
magisto,
|
||||
youtube,
|
||||
bilibili,
|
||||
toutiao,
|
||||
missevan
|
||||
)
|
||||
|
||||
|
||||
@ -22,6 +21,11 @@ class YouGetTests(unittest.TestCase):
|
||||
info_only=True
|
||||
)
|
||||
|
||||
def test_missevan(self):
|
||||
missevan.download('https://m.missevan.com/sound/1285995', info_only=True)
|
||||
missevan.download_playlist(
|
||||
'https://www.missevan.com/mdrama/drama/17579', info_only=True)
|
||||
|
||||
def test_youtube(self):
|
||||
youtube.download(
|
||||
'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True
|
||||
|
Loading…
Reference in New Issue
Block a user