scrapinghub / extruct

Extract embedded metadata from HTML markup
BSD 3-Clause "New" or "Revised" License
846 stars 113 forks source link

fix: remove py2 utf8 encoding #223

Closed Rotzbua closed 6 months ago

Rotzbua commented 6 months ago

Not required for python 3. Every file is utf8.

Reference

221