Quote:
Originally Posted by kovidgoyal
You want
Code:
def get_article_url(self, article):
link = article.get('link')
if 'audio' not in link:
return link
|
Working well and already implemented:
http://github.com/t3d/kalibrator/com...3ad755eb6e597e
Thanks!