From 1ab29fbf97658689c21bc6219cf9982dd29299dc Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:59:36 +0530 Subject: [PATCH] Update ald.recipe --- recipes/ald.recipe | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/ald.recipe b/recipes/ald.recipe index 22e1660b1c..e34e6b90ed 100644 --- a/recipes/ald.recipe +++ b/recipes/ald.recipe @@ -28,9 +28,7 @@ class ALD(BasicNewsRecipe): __author__ = 'https://github.com/pjpaulpj' language = 'en' encoding = 'utf-8' - - def get_browser(self, *args, **kwargs): - return BasicNewsRecipe.get_browser(self, user_agent='common_words/based') + browser_type = 'qt' def parse_index(self): articles_note = []