yuanxu-li / html-table-extractor

extract data from html table
MIT License
84 stars 22 forks source link

Handle the case where the passed in str is a table itself #17

Closed yuanxu-li closed 5 years ago

yuanxu-li commented 5 years ago

When the user passes in both

BeautifulSoup does not handle it as a table... Somehow. (or maybe the way I use BeautifulSoup is wrong. anyway)

Fixed this case in the CR

yuanxu-li commented 5 years ago

fixes #13