An open API service indexing awesome lists of open source software.

https://github.com/xlisp/selenium_mp3_download

selenium mp3 download
https://github.com/xlisp/selenium_mp3_download

python selenium

Last synced: 7 months ago
JSON representation

selenium mp3 download

Awesome Lists containing this project

README

          

# selenium mp3 download

## env setup
```
pip install wget
pip install selenium
```

## download mp3 usage

* download single
```
$ python download_v6_success_single.py
Enter the name of the song to download: 女人花
Found song link: https://www.xmwav.com/mscdetail/132679.html
```

* download batch

```
$ python ./download_v8.py

```