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
- Host: GitHub
- URL: https://github.com/xlisp/selenium_mp3_download
- Owner: xlisp
- Created: 2025-03-30T03:10:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T04:15:19.000Z (7 months ago)
- Last Synced: 2025-03-30T04:19:45.085Z (7 months ago)
- Topics: python, selenium
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```