superolmo / pyxtream

Loads xtream IPTV
GNU General Public License v3.0
22 stars 9 forks source link

"YourProvider" is hardcoded in the 'functional_test.py' file #6

Closed sght500 closed 5 months ago

sght500 commented 5 months ago

When running the "functional_test.py" script and selecting option "(1) Load IPTV" I get lines like this one:

The expected result is to get lines like this one:

This is because I configured the Provider Name in line 8 of the referred script:

PROVIDER_NAME = "TVPremiumMX"

I'll fix this on my posibilities. I'm new to git/github.