feat: added development scripts
This commit is contained in:
parent
88d618a3f8
commit
f25febf297
0
development/__init__.py
Normal file
0
development/__init__.py
Normal file
16
development/actual_donwload.py
Normal file
16
development/actual_donwload.py
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
import music_kraken
|
||||||
|
|
||||||
|
import logging
|
||||||
|
print("Setting logging-level to DEBUG")
|
||||||
|
logging.getLogger().setLevel(logging.DEBUG)
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
commands = [
|
||||||
|
"s: #a PTK",
|
||||||
|
"26",
|
||||||
|
"d: 1",
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
music_kraken.cli.download(genre="test", command_list=commands, process_metadata_anyway=True)
|
||||||
|
_ = "debug"
|
Loading…
Reference in New Issue
Block a user