asvatov / m3u82mp3

Converter m3u8 audio stream to mp3 file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m3u82mp3

Simple module to convert m3u8 audio stream to complete audio file. It works with python3.

  • Install

$ pip install -r requirements.txt
  • Usage

$ python m3u82mp3.py -i input.m3u8 -o output.mp3

Program will use STDIN and STDOUT if input or output is not specified:

$ python m3u82mp3.py -i input.m3u8 > output1.mp3
$ python m3u82mp3.py > output2.mp3 < input.m3u8

About

Converter m3u8 audio stream to mp3 file.


Languages

Language:Python 100.0%