Decouple fetching metadata

This commit is contained in:
Ritiek Malhotra
2020-03-22 21:44:04 +05:30
parent dae76a0abb
commit 7413c541d3
12 changed files with 373 additions and 485 deletions

View File

@@ -0,0 +1,2 @@
from spotdl.metadata.metadata_base import MetadataBase
from spotdl.metadata.metadata_base import StreamsBase