mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Refactor identification utils from utils to utils.identification
This commit is contained in:
parent
648ecd4048
commit
383eb5eaf2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ from core.utils.files import (
|
|||
list_media_files,
|
||||
move_file,
|
||||
)
|
||||
from core.utils.identification import find_imdbid
|
||||
from core.utils.identification import category_search, find_imdbid
|
||||
from core.utils.links import copy_link, replace_links
|
||||
from core.utils.naming import clean_file_name, is_sample, sanitize_name
|
||||
from core.utils.network import find_download, test_connection, wake_on_lan, wake_up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue