Changes for v1.0.0 release (#345)

* Move spotdl.py inside spotdl directory

* Fix Dockerfile

* Re-upload FFmpeg binary

* Small fixes ;)
This commit is contained in:
Ritiek Malhotra
2018-09-09 08:00:01 -07:00
committed by GitHub
parent a7e9009aa6
commit e0c8960906
21 changed files with 51 additions and 73 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
from core import const
from core import handle
import spotdl
from spotdl import const
from spotdl import handle
from spotdl import spotdl
import pytest
+2 -2
View File
@@ -1,6 +1,6 @@
from core import const
from spotdl import const
import spotdl
from spotdl import spotdl
import loader
import os
+2 -2
View File
@@ -1,7 +1,7 @@
import yaml
from core import handle
from core import const
from spotdl import handle
from spotdl import const
import pytest
import os
+1 -1
View File
@@ -1,4 +1,4 @@
from core import internals
from spotdl import internals
import sys
import os
+3 -3
View File
@@ -1,7 +1,7 @@
from core import spotify_tools
from core import const
from spotdl import spotify_tools
from spotdl import const
import spotdl
from spotdl import spotdl
import builtins
import os
+7 -7
View File
@@ -1,12 +1,12 @@
from core import const
from core import internals
from core import spotify_tools
from core import youtube_tools
from core import convert
from core import metadata
from spotdl import const
from spotdl import internals
from spotdl import spotify_tools
from spotdl import youtube_tools
from spotdl import convert
from spotdl import metadata
import spotdl
from spotdl import spotdl
import loader
import os
+5 -5
View File
@@ -1,9 +1,9 @@
from core import const
from core import internals
from core import spotify_tools
from core import youtube_tools
from spotdl import const
from spotdl import internals
from spotdl import spotify_tools
from spotdl import youtube_tools
import spotdl
from spotdl import spotdl
import loader
import os