diff --git a/recipes/ppe_pl.recipe b/recipes/ppe_pl.recipe index 224922c464..4f9bcd30d0 100644 --- a/recipes/ppe_pl.recipe +++ b/recipes/ppe_pl.recipe @@ -29,9 +29,3 @@ class ppeRecipe(BasicNewsRecipe): ('Recenzje', 'http://ppe.pl/rss-recenzje.html'), ('Publicystyka', 'http://ppe.pl/rss-publicystyka.html'), ] - - def get_cover_url(self): - soup = self.index_to_soup('http://www.ppe.pl/psx_extreme.html') - part = soup.find(attrs={'class': 'archiwum-foto'})['style'] - part = re.search("'(.+)'", part).group(1).replace('_min', '') - return 'http://www.ppe.pl' + part