diff --git a/Src/Lib/Downloader/HLS/downloader.py b/Src/Lib/Downloader/HLS/downloader.py index 2f119c3..9c6f790 100644 --- a/Src/Lib/Downloader/HLS/downloader.py +++ b/Src/Lib/Downloader/HLS/downloader.py @@ -91,7 +91,7 @@ class PathManager: class HttpClient: - def __init__(self, headers: str): + def __init__(self, headers: str = None): """ Initializes the HttpClient with specified headers. """