That module help you to parse HTML-table from any websites. You have to change some piece of code for better work.
In the bottom you have to change url variables. Need to copy here your own url with table for parse
In line table_string = soup.find('table', id='tab_main1') you have to change tag table or not and also change id of your tab element (you can replace id to class, but you don't need to write id, only write class name)