This commit is contained in:
Kovid Goyal 2010-10-03 10:45:23 -06:00
parent 974fa8f003
commit 178580e45b

View File

@ -42,7 +42,7 @@ class RMF24_opinie(BasicNewsRecipe):
# thanks to Kovid Goyal
def get_article_url(self, article):
link = article.get('link')
if 'audio' not in link:
if '/audio,aId' not in link:
return link
preprocess_regexps = [