raptor2101 / Mediathek

GNU General Public License v3.0
45 stars 16 forks source link

arte: choose the right streams by language and quality #43

Closed cpfeiffer closed 9 years ago

cpfeiffer commented 9 years ago

Without this patch, I always get streams in french language and not in the desired quality.

Why do you use regexps at all when there is a nice json structure? For robustness against format changes?

cpfeiffer commented 9 years ago

Wow, that was fast! Thanks :-)

raptor2101 commented 9 years ago

In short: yes. Most of the minor changes they do only affects their JSON/HTTP/XML Structure. Only during major update they consider to change their CDNs or whole library...

I wasted loot of time, parsing and adopt their frequent xml-structure changes...

raptor2101 commented 9 years ago

And yes if i have some spare time, i try to maintain this addon :D

cpfeiffer commented 9 years ago

I see, thanks a lot for the info, and also for this nice addon!