You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HLS Downloader is a versatile tool designed for downloading media from .m3u8 URLs, initially built to retrieve Twitter Spaces audio but now capable of handling a broad range of HLS-streamed content. Leveraging yt-dlp, it supports custom HTTP headers, cookies, and flexible output options. Ideal for developers and media enthusiasts.
A command-line tool to download videos from .m3u8 URLs using yt-dlp.
Features
Download videos from HLS streams.
Select output directory and filename.
Support for custom HTTP headers and cookies.
Verbose logging for debugging.
Installation
pip install hls-downloader
About
HLS Downloader is a versatile tool designed for downloading media from .m3u8 URLs, initially built to retrieve Twitter Spaces audio but now capable of handling a broad range of HLS-streamed content. Leveraging yt-dlp, it supports custom HTTP headers, cookies, and flexible output options. Ideal for developers and media enthusiasts.