def get_article_url(self, article): url = BasicNewsRecipe.get_article_url(self, article) if '/sports/' not in url: return url return None