This is a Python script that checks an m3u file
On Windows install ffmpeg and add bin folder in PATH from https://ffmpeg.org/download.html
- Python 3.13+
- ffmpeg and ffprobe: Required for capturing screenshots and retrieving stream information.
git clone https://github.com/nazimboudeffa/m3u-checker-python.git
cd m3u-checker-pythonpip install -r requirements.txtpython checker.py -l path/to/local.m3u-v: Increase output verbosity toINFOlevel.-vv: Increase output verbosity toDEBUGlevel.