disabled VK downloader temporarily [Skip CI]
This commit is contained in:
parent
2386401633
commit
fb2395ce67
@ -18,10 +18,12 @@ access_token = "e2237f17af545a4ba0bf6cb0b1a662e6"
|
||||
class interface(base.baseInterface):
|
||||
""" Class downloader for VK audios. """
|
||||
name = "vk"
|
||||
if config.app != None: # Workaround for cx_freeze 6.2 in python 3.7.
|
||||
enabled = config.app["services"]["vk"].get("enabled")
|
||||
else:
|
||||
# toDo: Enable this after a correct implementation of VK audios download server.
|
||||
enabled = False
|
||||
# if config.app != None: # Workaround for cx_freeze 6.2 in python 3.7.
|
||||
# enabled = config.app["services"]["vk"].get("enabled")
|
||||
# else:
|
||||
# enabled = False
|
||||
|
||||
#util functions.
|
||||
def get_auth(self):
|
||||
|
Loading…
Reference in New Issue
Block a user