jsergio123 / script.module.resolveurl

Fork of the UrlResolver from tknorris
GNU General Public License v2.0
111 stars 97 forks source link

fplayer stop working #545

Closed sviet2k closed 3 years ago

sviet2k commented 3 years ago

Can you please fix the resolver of fplayer when you have time?

hxxps://f player.info/v/py4ldsmp3q5n6pk

Thanks

Gujal00 commented 3 years ago

There is nothing wrong with the resolver, the ssl certificate that they are using since 17 Nov is from a new CA that Kodi doesn't trust

sviet2k commented 3 years ago

Thanks a lot for your quick answer. You are right. Kodi cannot play but MXPlayer can. Do you have a work around to play this link with Kodi? Ex: add verifypeer=false in the header to bypass the ssl verification. If yes, please share with me and I will implement it in my addon. Thanks

solbu commented 3 years ago

There is an official Kodi guide on how to do this: https://kodi.wiki/view/SSL_certificates

sviet2k commented 3 years ago

Thanks @solbu for the hint but the fix is on the Android or PC machine. I would like to have a 'global' fix in my addon.

shellc0de27 commented 3 years ago

@sviet2k See the latest pull request :)

sviet2k commented 3 years ago

Thanks @shellc0de27. Add the verifypeer in the header will fix the problem.