offenesdresden/ParkAPI

Fix find_all for beautifulsoup 4.6.0

Closed this issue · 1 comments

For Hamburg soup.find('wfs:featurecollection').find_all('gml:featuremember') returns a correct list for beautifulsoup 4.5.3 but an empty list for 4.6.0. I have not yet examined this further so this could either be a bug in how we use find_all or a bug in beautifulsoup.
soup.find('wfs:featurecollection') alone seems to return the correct data.

cc @kiliankoe @Mic92

This was an issue in beautifulsoap 4.6.0 which is fixed now. I successfully tried with 4.6.1 and the current 4.7.1.