def theStar(self): news = TheStar() url = None category = None news.scrapItem(url, category)
def theStar(self): news = TheStar() news.scrapSource('nation')
def theStar(self): news = TheStar() news.scrapSources()