This commit is contained in:
Kovid Goyal 2024-08-28 21:33:18 +05:30
commit 5edd58f5cc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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 = []