Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 452 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 452 Bytes

hls-downloader

Download all files as is from HLS (HTTP Live Streaming) VoD (Video on Demand) playlist m3u8 from https://developer.apple.com/streaming/examples/

Python application

Requirements:

  • m3u8
  • python-slugify
  • requests

Usage:

python main.py 'http://some.m3u8' /some/dir/for/files/

Known Issues:

  • No encryption/decryption supported yet