Posts by simon92922

    hi kiddac, ran into a problem today with heinz. It wouldn't let me watch any catch up at all from iptv.

    Dwindled it down to the username having a @ in. The ascii should be %40 but is showing as %2540


    The below code is in the global functions file, is there a reason why % is being replaced by %25 as well? If I comment this line out heinz works fine.


    Would I be breaking anything by doing so?

    thanks 😊

    Code
    username = username.replace(*u)
    
        username = username.replace("%", "%25")

    hi guys, I'm just wondering if anyone has ever created a real debrid plugin so we can access real debrid downloads on the enigma2?


    Thanks