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