From e83acd8a8959f616a04e7959adf853b918d42aa9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 2 Dec 2022 19:14:09 +0530 Subject: [PATCH] Update Arts and Letters Daily --- recipes/ald.recipe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/ald.recipe b/recipes/ald.recipe index bddd2a96fe..eea2457118 100644 --- a/recipes/ald.recipe +++ b/recipes/ald.recipe @@ -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 = []