mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-26 06:56:36 +00:00
Indentation
This commit is contained in:
parent
47a3220c42
commit
4777b85113
@ -21,12 +21,12 @@ from common.logger import log
|
|||||||
from common.errors import NoFormatException
|
from common.errors import NoFormatException
|
||||||
from common.utils import clean_filename, clean_emoji
|
from common.utils import clean_filename, clean_emoji
|
||||||
from .youtube import (get_media_info as get_youtube_media_info,
|
from .youtube import (get_media_info as get_youtube_media_info,
|
||||||
download_media as download_youtube_media,
|
download_media as download_youtube_media,
|
||||||
get_channel_image_info as get_youtube_channel_image_info)
|
get_channel_image_info as get_youtube_channel_image_info)
|
||||||
from .utils import (seconds_to_timestr, parse_media_format, filter_response,
|
from .utils import (seconds_to_timestr, parse_media_format, filter_response,
|
||||||
write_text_file, mkdir_p, directory_and_stem, glob_quote)
|
write_text_file, mkdir_p, directory_and_stem, glob_quote)
|
||||||
from .matching import (get_best_combined_format, get_best_audio_format,
|
from .matching import (get_best_combined_format, get_best_audio_format,
|
||||||
get_best_video_format)
|
get_best_video_format)
|
||||||
from .fields import CommaSepChoiceField
|
from .fields import CommaSepChoiceField
|
||||||
from .choices import (Val, CapChoices, Fallback, FileExtension,
|
from .choices import (Val, CapChoices, Fallback, FileExtension,
|
||||||
FilterSeconds, IndexSchedule, MediaServerType,
|
FilterSeconds, IndexSchedule, MediaServerType,
|
||||||
|
Loading…
Reference in New Issue
Block a user