## M3U Logo Matcher Simple application that will match logos with TV programmes provided by you. ### Usage ```bash python3 -u "" -m "" ``` ### Supported logo providers Any that display logos as a file tree. A good example is [this provider](http://epg.ovh/logo). "as a file tree". What does it mean? ![Alt text](image.png) ### Result When everything is done, result is written in **result_\.txt** file, in m3u parent directory. ### Example usage ```bash python3 -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