From 0dbe1853511b1ee377b9c994a641e7fafcf5824e Mon Sep 17 00:00:00 2001 From: WaferJay <474346873@qq.com> Date: Fri, 4 Oct 2019 18:08:01 +0800 Subject: [PATCH] [missevan] Update README.md and add a test case --- README.md | 1 + tests/test.py | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 360b5d0b..0735bd8a 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ Use `--url`/`-u` to get a list of downloadable resource URLs extracted from the | 荔枝FM | | | |✓| | 秒拍 | |✓| | | | MioMio弹幕网 | |✓| | | +| MissEvan
猫耳FM | | | |✓| | 痞客邦 | |✓| | | | PPTV聚力 | |✓| | | | 齐鲁网 | |✓| | | diff --git a/tests/test.py b/tests/test.py index 9584ac51..a652c8fb 100644 --- a/tests/test.py +++ b/tests/test.py @@ -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