mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Refactor utils.nzb to plugins.downloaders.nzb.utils
This commit is contained in:
parent
e1aa32aee7
commit
1d75439441
4 changed files with 31 additions and 5 deletions
|
@ -8,9 +8,23 @@ import requests
|
|||
|
||||
import core
|
||||
from core import logger, transcoder
|
||||
from core.auto_process.common import command_complete, completed_download_handling, ProcessResult
|
||||
from core.auto_process.common import (
|
||||
ProcessResult,
|
||||
command_complete,
|
||||
completed_download_handling,
|
||||
)
|
||||
from core.plugins.downloaders.nzb.utils import report_nzb
|
||||
from core.scene_exceptions import process_all_exceptions
|
||||
from core.utils import convert_to_ascii, find_download, find_imdbid, import_subs, list_media_files, remote_dir, remove_dir, report_nzb, server_responding
|
||||
from core.utils import (
|
||||
convert_to_ascii,
|
||||
find_download,
|
||||
find_imdbid,
|
||||
import_subs,
|
||||
list_media_files,
|
||||
remote_dir,
|
||||
remove_dir,
|
||||
server_responding,
|
||||
)
|
||||
|
||||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue