mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
* Refactoring and addition of logzero (#172) * Refactored convert.py and added logging. * Added logging and refactored. * Added logzero to requirements.txt * Added logging to metadata.py * Created a log in misc.py. Updated slugify import. * Some general improvement * Improve message layout * Improve test mechanism * Implement debug level logging * Fix some minor mistakes * Make pytest happy * Remove unimplemented --verbose option * Update ISSUE_TEMPLATE.md * Rename LICENSE * Remove obvious from log.debug() * Show track URL when writing to file (debug)
9 lines
175 B
Plaintext
Executable File
9 lines
175 B
Plaintext
Executable File
pathlib >= 1.0.1
|
|
BeautifulSoup4 >= 0.4.13
|
|
youtube_dl >= 2017.5.1
|
|
pafy >= 0.5.3.1
|
|
spotipy >= 2.4.4
|
|
mutagen >= 1.37
|
|
unicode-slugify >= 0.1.3
|
|
titlecase >= 0.10.0
|
|
logzero >= 1.3.1 |