add: note section

This commit is contained in:
sadorowo 2024-01-10 17:05:52 +01:00
parent 8ad50b9da4
commit 39ec281d4b

View File

@ -2,6 +2,17 @@
Simple application that will match logos with TV programmes provided by you. Simple application that will match logos with TV programmes provided by you.
### NOTE!
This may **NOT** be 100% accurate.
### Based on
- urllib
- pathlib
- difflib
- [m3u8](https://github.com/globocom/m3u8)
- re
- os
### Usage ### Usage
```bash ```bash
python3 <path-to-script> -u "<logos URL>" -m "<m3u URL/path>" python3 <path-to-script> -u "<logos URL>" -m "<m3u URL/path>"