Switch to youtube API (#191)

* Switch to youtube API

* Fix test failures

* Minor fix
This commit is contained in:
Vishnunarayan K I
2018-01-06 18:28:36 +05:30
committed by Ritiek Malhotra
parent 57055eb65d
commit 4d664956cd
5 changed files with 43 additions and 49 deletions

View File

@@ -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)