html-extract / hext

Domain-specific language for extracting structured data from HTML documents
https://hext.thomastrapp.com
Apache License 2.0
52 stars 3 forks source link

Make binding example file py3+ compatible #3

Closed brandonrobertz closed 6 years ago

brandonrobertz commented 6 years ago

I've testing the bindings and everything works with Python 3.6. Everything except the htmlext.py file. This is a PR to eliminate the Python 2 print hangup for Python 3 compatibility.

thomastrapp commented 6 years ago

Confirmed to work in Python 3.6. Additionally, htmlext.py is still compatible with Python 2.7.

Thank you very much for your contribution!