skandi / xbmc-addon-teleboy

An addon for xbmc providing live television from teleboy.ch
GNU General Public License v3.0
10 stars 12 forks source link

failing login check #11

Closed primaeval closed 8 years ago

primaeval commented 8 years ago

I think they have changed the website design. Login fails. It was working yesterday. http://www.teleboy.ch/layer/login_check 404 not found

primaeval commented 8 years ago

This works:

    url = TB_URL + "/login_check"
    args = { "login": login,
             "password": password,
             "keep_login": "1" }
skandi commented 8 years ago

fix applied. thank you!