kingosticks / mopidy-tunein

Mopidy extension for playing music from tunein
Apache License 2.0
65 stars 14 forks source link

Playlist parsing fails when the Content-Type media-type contains a subtype #9

Closed kingosticks closed 10 years ago

kingosticks commented 10 years ago

The inclusion of a subtype in the content-type's media-type field e.g. charset=utf-8 in 'content-type': 'video/x-ms-asf; charset=utf-8' breaks the really simple parser that's implemented.

Should have read the spec.