mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-29 21:31:23 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from core import const
|
||||
from spotdl import const
|
||||
|
||||
import spotdl
|
||||
from spotdl import spotdl
|
||||
import loader
|
||||
import os
|
||||
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
from core import internals
|
||||
from spotdl import internals
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user