MarkusH / bvg-grabber

Querying the upcoming public transport departures in Berlin
BSD 3-Clause "New" or "Revised" License
28 stars 6 forks source link

updated to BS4.4.1 #12

Closed c7h closed 7 years ago

c7h commented 9 years ago

this is just a minor change, but i've always got a UserWarning on stderr a'la No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently. :camel:

Greetings! :v:

cstruck commented 9 years ago

I'll have a look into it. One thing on my mind is if we still want to support bs 4.2 for users that do not want to use virtualenv.