bastimeyer · GitHub

$ ./script/test-plugin-urls.py mangomolo
:: Finding streams for URL: https://media.gov.kw/LiveTV.aspx?PanChannel=KTV1
:: Found streams: 240p, 360p, 720p, 1080p, worst, best
:: Finding streams for URL: https://media.gov.kw/LiveTV.aspx?PanChannel=KTVSports
:: Found streams: 240p, 360p, 720p, 1080p, worst, best
:: Finding streams for URL: https://player.mangomolo.com/v1/live?id=MTk1&channelid=MzU1&countries=bnVsbA==&w=100%25&h=100%25&autoplay=true&filter=none&signature=9ea6c8ed03b8de6e339d6df2b0685f25&app_id=43
:: Found streams: 240p, 360p, 720p, 1080p, worst, best

I wish there were a better way for platforms like this where other companies/organizations embed their player into their site. Adding plugin matchers with a low priority that matches everything is surely not the right idea, so embedding sites need to be added explicitly. Maybe it's worth figuring out a solution. That would allow sites which embed YouTube or Vimeo player or what not to be matched. Maybe an embed:// plugin which tries to find embedded players by making another plugin lookup on the session instance.

Read the original on github.com ↗