Manveer Basra
acff5fc8e2
Check and replace slashes with dashes to avoid directory creation error ( #402 )
...
* Added check for track titles containing slashes
* Revert white-space typos
* Added check for windows backslash
* Added check for non-string filename titles
2018-10-21 14:21:31 +05:30
Ritiek Malhotra
b12ca8c785
Add support for .m3u playlists ( #401 )
...
* Add support for .m3u playlists
* Run black code formatter on changes
* Stay consistent with Spotify test track
2018-10-20 16:19:14 +05:30
AlfredoSequeida
2b42f0b3a1
added the ability to get all artist's songs as suggested by #366 ( #389 )
...
* added the ability to get all artist's songs as suggested by #366
* added log to featch_all_albums_from_artist function and removed the use of a uri
* updated the functionality to get all albums with the ability to get singles
* updated main function with new write_all_albums_from_artist function to get all albums from an artist
* fixed typos
* updated test case for getting all albums from artist
* fixed typos
2018-10-10 23:53:10 -07:00
Linus Groh
13c83bd225
Introduce usage of black (code formatter) ( #393 )
2018-10-09 00:57:11 -07:00
Linus Groh
525925de42
Break long line into multiple
2018-10-07 21:40:00 +02:00
Linus Groh
bef24eef7f
Place newline before track URL when appending to track file
2018-10-05 00:00:23 +02:00
Linus Groh
3a52fe4de5
Add command line options for skip and successful file
2018-10-04 23:43:54 +02:00
Ritiek Malhotra
e076d11a19
Overwrite track file with unique tracks
2018-10-02 12:36:55 +05:30
Linus Groh
667477a4be
Merge pull request #369 from ritiek/remove-duplicates-preserve-order
...
Remove duplicates whilst preserving order
2018-10-01 17:19:04 +02:00
Ritiek Malhotra
1d54ffb63c
Fix logging in spotdl.py ( #364 )
...
* Fix import typo (logging -> logger)
* Fix logging in handle.py
2018-09-30 12:53:28 +05:30
Ritiek Malhotra
95139222d0
Remove duplicates while preserving order
2018-09-26 10:45:48 +05:30
Arryon Tijsma
32c2ace96c
Fixes #272 by refactoring global log to conventional global... ( #358 )
...
* Fixes #272 by refactoring global log to conventional global as used by logzero
* Remove unnecessary logger from download_single, which was a test case
* Remove unnecessary logger from main(), which was a test case
2018-09-21 22:43:26 -07:00
Linus Groh
9cd8fdbc2f
Minor fixes for a working 1.0.0 release ( #347 )
2018-09-09 08:35:42 -07:00
Ritiek Malhotra
e0c8960906
Changes for v1.0.0 release ( #345 )
...
* Move spotdl.py inside spotdl directory
* Fix Dockerfile
* Re-upload FFmpeg binary
* Small fixes ;)
2018-09-09 08:00:01 -07:00