Fix Ars Tecnica

This commit is contained in:
Kovid Goyal 2010-01-24 17:26:45 -07:00
parent b41704341f
commit b407015ab8

View File

@ -90,7 +90,3 @@ class ArsTechnica2(BasicNewsRecipe):
return soup return soup
def get_article_url(self, article):
return article.get('feedburner_origlink', None).rpartition('?')[0]