# hls-downloader **Repository Path**: lrzhao/hls-downloader ## Basic Information - **Project Name**: hls-downloader - **Description**: Download all video files from HLS (HTTP Live Streaming) VoD (Video on Demand) m3u8 playlist for local playback - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-19 - **Last Updated**: 2021-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README hls-downloader ============== Download all files as is from HLS (HTTP Live Streaming) VoD (Video on Demand) playlist m3u8 from ![Python application](https://github.com/denex/hls-downloader/workflows/Python%20application/badge.svg) Python 2 suport --------------- Branch python2 should work in Python 2 Requirements: * m3u8 * python-slugify * requests Usage: ```sh python main.py 'http://some.m3u8' /some/dir/for/files/ ``` Known Issues: * No encryption/decryption supported yet