disabled VK downloader temporarily [Skip CI]

This commit is contained in:
Manuel Cortez 2022-10-21 09:39:57 -05:00
parent 2386401633
commit fb2395ce67
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -18,10 +18,12 @@ access_token = "e2237f17af545a4ba0bf6cb0b1a662e6"
class interface(base.baseInterface): class interface(base.baseInterface):
""" Class downloader for VK audios. """ """ Class downloader for VK audios. """
name = "vk" name = "vk"
if config.app != None: # Workaround for cx_freeze 6.2 in python 3.7. # toDo: Enable this after a correct implementation of VK audios download server.
enabled = config.app["services"]["vk"].get("enabled") enabled = False
else: # if config.app != None: # Workaround for cx_freeze 6.2 in python 3.7.
enabled = False # enabled = config.app["services"]["vk"].get("enabled")
# else:
# enabled = False
#util functions. #util functions.
def get_auth(self): def get_auth(self):