regseb / castkodi

WebExtension to cast videos and music to Kodi.
MIT License
104 stars 24 forks source link

Add support for star tv videos. #51

Closed godfath3r closed 3 years ago

godfath3r commented 3 years ago

Hello, js is not my language, so please be kind :) I took example from other scrapers, and its a simple regex match to find first m3u8 link. (I even left french comments intact, heh :D )

godfath3r commented 3 years ago

Finally I've fixed lint errors.

Integrations test are failing. Can you please instruct me how to debug? Is it possible my code broke those tests? Also coverage is decreased, I could try to write some basic unit test, don't know where (and how) to start though.

godfath3r commented 3 years ago

@regseb Would you merge the changes?

regseb commented 3 years ago

Thank you for the proposal. I've added support for embedded YouTube videos (like this one) and integration testing.

Your pull request is published in the new version 5.11.0 (requires Firefox 87+).

godfath3r commented 3 years ago

That's great! Thank you.