diff --git a/StreamingCommunity/Lib/Downloader/MP4/downloader.py b/StreamingCommunity/Lib/Downloader/MP4/downloader.py index 65a910b..4c1f42d 100644 --- a/StreamingCommunity/Lib/Downloader/MP4/downloader.py +++ b/StreamingCommunity/Lib/Downloader/MP4/downloader.py @@ -88,7 +88,7 @@ def MP4_downloader(url: str, path: str, referer: str = None, headers_: dict = No return None, False if GET_ONLY_LINK: - console.print(f"URL: {url}[/bold red]") + console.print(f"[bold red]URL: {url}[/bold red]") return path, True if not (url.lower().startswith('http://') or url.lower().startswith('https://')): @@ -188,4 +188,4 @@ def MP4_downloader(url: str, path: str, referer: str = None, headers_: dict = No return None, interrupt_handler.kill_download finally: - signal.signal(signal.SIGINT, original_handler) \ No newline at end of file + signal.signal(signal.SIGINT, original_handler)