mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Switch to youtube API (#191)
* Switch to youtube API * Fix test failures * Minor fix
This commit is contained in:
committed by
Ritiek Malhotra
parent
57055eb65d
commit
4d664956cd
@@ -14,6 +14,7 @@ class TestArgs:
|
||||
folder = 'test'
|
||||
log_level = logger.logging.DEBUG
|
||||
overwrite = 'skip'
|
||||
music_videos_only = False
|
||||
|
||||
test_args = TestArgs()
|
||||
setattr(spotdl, "args", test_args)
|
||||
|
||||
Reference in New Issue
Block a user