mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-06 22:15:22 -04:00
Try adding a delay to Daily mail to avoid bot blocking
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user