diff options
author | 吳俊翰 | 2023-05-06 00:22:08 +0800 |
---|---|---|
committer | GitHub | 2023-05-06 00:22:08 +0800 |
commit | e0aaa87115c000e0d7b97e6a76e67ba541650de2 (patch) | |
tree | f40109684afac5ea32ef46033b94b9677a89effa | |
parent | 827f08bd87ac6b8a42997442356401d53c1a531b (diff) |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -12,17 +12,16 @@ All songs are be .mp3. - Fix the tool use on Windows will be false because the album name have the space in the last - Add the delay in every download active - Add the User Agent to avoid the Program identify is a crawler +- Add the choice to choose which the format of song ### Falsed to accomplish - [ ] retry to print the retry message. (Think may the message should add in the tqdm) -- [ ] The Counter of the song is not correct. ### Note: -The API offers .mp3 and .wav, but the program convert .wav to .flac since .wav can't do metadata. -All the format are tranfer into mp3 +The API offers .mp3 and .wav, but the program convert .wav to .flac or .mp3 since .wav can't do metadata. ### Requirements: @@ -45,3 +44,6 @@ Pillow ### Runs: ```python3 main.py``` or ```python main.py``` + +```Enter the format of the song, mp3 or flac ( The songs offers .mp3 and .wav, the program will convert .wav to .flac or .mp3 since .wav can't do metadata. )``` + |