From 372a55c7d0219128359273823c675d101087e2b1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 6 Dec 2022 08:35:37 +0530 Subject: [PATCH] Cleanup previous PR --- recipes/fokus.recipe | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/fokus.recipe b/recipes/fokus.recipe index b7f66baee8..a4fd58c0cf 100644 --- a/recipes/fokus.recipe +++ b/recipes/fokus.recipe @@ -85,9 +85,6 @@ class Fokus(BasicNewsRecipe): dict(name='div', class_='mediaconnect-protected-content'), ] - def __init__(self, *args, **kwargs): - BasicNewsRecipe.__init__(self, *args, **kwargs) - def get_browser(self): br = BasicNewsRecipe.get_browser(self) if self.username and self.password: