mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Adjust the multi_key_sort
import in sync/models/media.py
This commit is contained in:
parent
64cd082406
commit
decbe14968
@ -18,15 +18,14 @@ from common.errors import NoFormatException
|
|||||||
from common.json import JSONEncoder
|
from common.json import JSONEncoder
|
||||||
from common.utils import (
|
from common.utils import (
|
||||||
clean_filename, clean_emoji, directory_and_stem,
|
clean_filename, clean_emoji, directory_and_stem,
|
||||||
glob_quote, mkdir_p, seconds_to_timestr,
|
glob_quote, mkdir_p, multi_key_sort, seconds_to_timestr,
|
||||||
)
|
)
|
||||||
from ..youtube import (
|
from ..youtube import (
|
||||||
get_media_info as get_youtube_media_info,
|
get_media_info as get_youtube_media_info,
|
||||||
download_media as download_youtube_media,
|
download_media as download_youtube_media,
|
||||||
)
|
)
|
||||||
from ..utils import (
|
from ..utils import (
|
||||||
parse_media_format, filter_response,
|
filter_response, parse_media_format, write_text_file,
|
||||||
write_text_file, multi_key_sort,
|
|
||||||
)
|
)
|
||||||
from ..matching import (
|
from ..matching import (
|
||||||
get_best_combined_format,
|
get_best_combined_format,
|
||||||
|
Loading…
Reference in New Issue
Block a user