[missevan] Update README.md and add a test case

This commit is contained in:
WaferJay 2019-10-04 18:08:01 +08:00
parent 4add329e38
commit 0dbe185351
2 changed files with 7 additions and 2 deletions

View File

@ -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/> |✓| | |

View File

@ -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