Simple Python script that matches IPTV channels with provided logo URLs.
Go to file
2024-01-10 16:56:10 +01:00
__main__.py initial commit 2024-01-10 16:56:10 +01:00
image.png initial commit 2024-01-10 16:56:10 +01:00
README.md initial commit 2024-01-10 16:56:10 +01:00
requirements.txt initial commit 2024-01-10 16:56:10 +01:00

M3U Logo Matcher

Simple application that will match logos with TV programmes provided by you.

Usage

python3 <path-to-script> -u "<logos URL>" -m "<m3u URL/path>"

Supported logo providers

Any that display logos as a file tree. A good example is this provider.

"as a file tree". What does it mean?

Alt text

Result

When everything is done, result is written in result_<m3u-file-name>.txt file, in m3u parent directory.

Example usage

python3 <path-to-script> -u "http://epg.ovh/logo" -m "m3u_list.m3u"

Available parameters

  • -u/--url - logos source URL
  • -m/--m3u - URL/absolute path to m3u
  • -v/--verbose - enable verbose mode