[core/downloader] Move downloader to new sub-package

Preparing to add a new AIO based downloader
This commit is contained in:
derrod 2021-08-14 05:12:10 +02:00
parent 9e01ae1c5b
commit 7ff16aad44
4 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ from typing import List, Dict
from uuid import uuid4
from legendary.api.egs import EPCAPI
from legendary.downloader.manager import DLManager
from legendary.downloader.mp.manager import DLManager
from legendary.lfs.egl import EPCLFS
from legendary.lfs.lgndry import LGDLFS
from legendary.utils.lfs import clean_filename, delete_folder, delete_filelist, get_dir_size

View file