Ritiek Malhotra
|
c6bc994658
|
Fix conflicts caused by merge of #459
|
2019-01-03 00:43:37 +05:30 |
|
Ritiek Malhotra
|
53dd292b55
|
Fix conversion conflicts when both input and output filenames are same (#459)
* Workaround conversion conflicts by appending '.temp' to input filename
* Fix tests
* Add a test and some minor changes
* Update CHANGES.md
|
2019-01-02 18:54:27 +00:00 |
|
Ritiek Malhotra
|
fbc04671d8
|
Use Black to format code
|
2018-12-29 14:09:34 +05:30 |
|
Ritiek Malhotra
|
51b01fc448
|
[WIP] Monkeypatch tests (#448)
* Parameterize test_internals.py
* Create test_spotify_tools.py
* Monkeypatch pafy.download
* Monkeypatch YouTube search page
* Replace globals with fixtures
* Add missing urllib import, re-ordering and rename test_with_metadata.py
* Avoid creating temp directory in current working directory during test
* Update CHANGES.md
|
2018-12-26 17:15:56 +05:30 |
|
Ritiek Malhotra
|
1e34124de9
|
Import spotipy in downloader.py
|
2018-12-02 12:16:02 +05:30 |
|
Ritiek Malhotra
|
eae9316cee
|
[WIP] Refactor spotdl.py; introduced classes (#410)
* Refactor spotdl.py; introduced classes
* introduce CheckExists class
* Move these classes to download.py
* Fix refresh_token
* Add a changelog entry
|
2018-11-25 17:07:56 +05:30 |
|