bmoscon / ArticleParse

Heuristic text extraction from news sites in Python3
Other
9 stars 4 forks source link

HtmlParse should be able to open files #2

Closed bmoscon closed 10 years ago

bmoscon commented 10 years ago

currently HtmlParse can only open URLs or receive a string of the content directly. Need to add the ability to open a file directly and load the HTML content from that file.