5kyc0d3r / upnpy

Lightweight UPnP client library for Python.
https://upnpy.readthedocs.io
MIT License
60 stars 18 forks source link

check if http response is xml formatted #12

Open mh7d opened 4 years ago

mh7d commented 4 years ago

I have problem with an Amazon Fire TV Stick, which sends sometimes JSON formatted data on requested URL. When this happend, no other device is found. Therefore I added a check, so that only xml formatted responses are used.