--- a/documents/scrapers/1fda9544d2a3fa4cd92aec4b206a6763.py +++ b/documents/scrapers/1fda9544d2a3fa4cd92aec4b206a6763.py @@ -6,8 +6,6 @@ #http://www.doughellmann.com/PyMOTW/abc/ class ScraperImplementation(genericScrapers.GenericOAICDisclogScraper): - def getTable(self,soup): - return soup.find(_class = "article-content").table def getColumnCount(self): return 5 def getColumns(self,columns):