OK. Fixed most of my problems by starting over
Here is what i've done so far. It works, but I'm unable to get rid of a few elements.
Code:
class AdvancedUserRecipe1445226821(BasicNewsRecipe):
title = u'EWN'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [(u'Local', u'http://ewn.co.za/RSS%20Feeds/Latest%20News?category=Local'),
(u'World', u'http://ewn.co.za/RSS%20Feeds/Latest%20News?category=World'),
(u'Sport', u'http://ewn.co.za/RSS%20Feeds/Latest%20News?category=Sport')]
remove_tags = [ dict(name='div', attrs={'class':'emailForm'}),
dict(name='div', attrs={'class':'byline'}),
dict(name='div', attrs={'class':'article-topics'}),
dict(name='div', attrs={'class':'comments'})
]
Trying to get rid of unneeded text by using the remove_tag function. Only the comments is being removed the rest not