hernamesbarbara / table2csv

Extract data from an HTML table and store results to a csv file.
38 stars 10 forks source link

Update PIP package #6

Open framawiki opened 6 years ago

framawiki commented 6 years ago

UserWarning: No parser was explicitly specified

To get rid of this warning, change code that looks like this:

BeautifulSoup(YOUR_MARKUP})

to this:

BeautifulSoup(YOUR_MARKUP, "html.parser")
framawiki commented 6 years ago

It was fixed in a49c24b3089a356bc781aed29bc81f029c129518.

I've downloaded the script today from pip (pip install -U table2csv), and get table2csv-0.1.3.tar.gz. Looks like pip repo was not updated.