Refactor downloader configuration to plugins.downloaders

This commit is contained in:
Labrys of Knossos 2019-02-03 12:24:34 -05:00
commit e1aa32aee7
15 changed files with 218 additions and 186 deletions

View file

@ -45,7 +45,6 @@ from core.utils.paths import (
)
from core.utils.processes import RunningProcess, restart
from core.utils.subtitles import import_subs
from core.utils.torrents import create_torrent_class, pause_torrent, remove_torrent, resume_torrent
requests.packages.urllib3.disable_warnings()
shutil_custom.monkey_patch()