enen92 / plugin.video.rtpplay

RTP Play Video Addon for KODI Entertainment Center
Other
30 stars 13 forks source link

Fixes for on demand url retrieval #23

Closed guipenedo closed 4 years ago

guipenedo commented 4 years ago

Apparently some programs (and only some) have a download link on rtpplay's website. Changing the regex fixes kodi attempting to play, for instance: https://cdn-ondemand.rtp.pt/nas2.share/wavrss/at3/2002/6267580_322817-2002210923.mp3" rel="nofollow" title="Fa&ccedil;a o download do ficheiro"><i class="fal fa-arrow-to-bottom (https://www.rtp.pt/play/p6179/e457543/minuto-verde)

and limit the result to the first occurrence of ".

Hopefully fixes #22

enen92 commented 4 years ago

Can you rebase? You're including 2 merge commits Thanks

guipenedo commented 4 years ago

Sorry about that. Done