offbyoneBB / mp-onlinevideos2

MediaPortal OnlineVideos Plugin
15 stars 12 forks source link

Fix DasErste, WDR and ZDF Mediathek to new website layout and m3u8 parsing incl. onlinevideo.dll patch #165

Closed BobSilent closed 6 years ago

BobSilent commented 6 years ago

Fix DasErste, WDR and ZDF Mediathek to new website layout and m3u8 parsing with touching onlinevideo.dll see inline comments

See: https://forum.team-mediaportal.com/threads/das-erste-livestream-not-working.137126

webcache line 116 `- return default(T);

doskabouter commented 6 years ago

After investigation JsonConvert.DeserializeObject(webData) can indeed throw an exception if webdata isn't proper json, so I think it's better to do not use this