View Single Post
Old 11-15-2014, 10:58 AM   #5
heYooh
Junior Member
heYooh began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2014
Device: none
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
heYooh is offline   Reply With Quote