I've set
articles_are_obfuscated = True but I don't understand how to use the
def get_obfuscated_article(self, url): part.
The existing code is:
Code:
def get_article_url(self, article):
link = article.get('id', article.get('guid', None))
return link