Try adding a delay to Daily mail to avoid bot blocking

This commit is contained in:
Kovid Goyal
2025-12-04 19:51:16 +05:30
parent 5a4656664e
commit eeab12537a
+1
View File
@@ -25,6 +25,7 @@ class TheDailyMail(BasicNewsRecipe):
compress_news_images = True
compress_news_images_auto_size = 8
no_stylesheets = True
delay = 1
keep_only_tags = [
dict(name='h1'),