Update Arts and Letters Daily

This commit is contained in:
Kovid Goyal 2022-12-02 19:14:09 +05:30
parent e7e5be3b7b
commit e83acd8a89
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -26,6 +26,9 @@ class ALD(BasicNewsRecipe):
language = 'en'
encoding = 'utf-8'
def get_browser(self, *args, **kwargs):
return BasicNewsRecipe.get_browser(self, user_agent='common_words/based')
def parse_index(self):
articles_note = []
new_books = []