Cleanup previous PR

This commit is contained in:
Kovid Goyal 2022-12-06 08:35:37 +05:30
parent cc1a0f8d96
commit 372a55c7d0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: