Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denex/hls-downloader
Download all video files from HLS (HTTP Live Streaming) VoD (Video on Demand) m3u8 playlist for local playback
https://github.com/denex/hls-downloader
download hls m3u8 vod
Last synced: 3 months ago
JSON representation
Download all video files from HLS (HTTP Live Streaming) VoD (Video on Demand) m3u8 playlist for local playback
- Host: GitHub
- URL: https://github.com/denex/hls-downloader
- Owner: denex
- License: mit
- Created: 2017-02-21T04:48:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T15:25:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T18:04:26.113Z (7 months ago)
- Topics: download, hls, m3u8, vod
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 133
- Watchers: 8
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-video - denex/hls-downloader - Download all video files from HLS (HTTP Live Streaming) VoD (Video on Demand) m3u8 playlist for local playback - denex/hls-downloader (HLS / Talks Presentations Podcasts)
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
* requestsUsage:
```sh
python main.py 'http://some.m3u8' /some/dir/for/files/
```Known Issues:
* No encryption/decryption supported yet