mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Create youtube_tools.py
This commit is contained in:
@@ -7,6 +7,8 @@ import os
|
||||
raw_song = "Tony's Videos VERY SHORT VIDEO 28.10.2016"
|
||||
|
||||
|
||||
test_args = '-f test -ll debug -m --overwrite skip'.split()
|
||||
|
||||
class TestArgs:
|
||||
manual = False
|
||||
input_ext = '.m4a'
|
||||
@@ -16,8 +18,7 @@ class TestArgs:
|
||||
overwrite = 'skip'
|
||||
music_videos_only = False
|
||||
|
||||
test_args = TestArgs()
|
||||
setattr(spotdl, "args", test_args)
|
||||
setattr(spotdl, "args", TestArgs())
|
||||
|
||||
spotdl.log = logger.logzero.setup_logger(formatter=logger.formatter,
|
||||
level=spotdl.args.log_level)
|
||||
|
||||
Reference in New Issue
Block a user