From a73226029e29cf3ee43c5cf257e3e633fd42c14a Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:23:51 +0530 Subject: [PATCH] WSJ update add delay --- recipes/wsj.recipe | 1 + recipes/wsj_free.recipe | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes/wsj.recipe b/recipes/wsj.recipe index 9a8dbbff09..23c2ca9be5 100644 --- a/recipes/wsj.recipe +++ b/recipes/wsj.recipe @@ -46,6 +46,7 @@ class WSJ(BasicNewsRecipe): remove_attributes = ['style','height','width'] needs_subscription = needs_subscription WSJ_ITP = 'https://www.wsj.com/print-edition/today' + delay = 1 storage = [] diff --git a/recipes/wsj_free.recipe b/recipes/wsj_free.recipe index 8d45770393..a9656b808b 100644 --- a/recipes/wsj_free.recipe +++ b/recipes/wsj_free.recipe @@ -46,6 +46,7 @@ class WSJ(BasicNewsRecipe): remove_attributes = ['style','height','width'] needs_subscription = needs_subscription WSJ_ITP = 'https://www.wsj.com/print-edition/today' + delay = 1 storage = []