just use 'create basic news recipe' and add feed.. it does everything for you. Why parse?
add this if you want to remove video articles.. do you specifically want to remove articles with 'videos' in title only?
Code:
def print_version(self, url):
if '/videos/' in url:
return ''
else:
return url