Adjust the glob_quote import in sync/media.py

This commit is contained in:
tcely 2025-06-02 14:45:28 -04:00 committed by GitHub
parent dbd30e65d6
commit c7e8c974e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ from common.logger import log
from common.errors import NoFormatException
from common.json import JSONEncoder
from common.utils import (
clean_filename, clean_emoji,
clean_filename, clean_emoji, glob_quote,
)
from ..youtube import (
get_media_info as get_youtube_media_info,
@ -25,7 +25,7 @@ from ..youtube import (
)
from ..utils import (
seconds_to_timestr, parse_media_format, filter_response,
write_text_file, mkdir_p, glob_quote, multi_key_sort,
write_text_file, mkdir_p, multi_key_sort,
)
from ..matching import (
get_best_combined_format,