From e16b3820e94c21cea583afdbd0c235366cf122de Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 19 Jun 2017 20:35:25 +0530 Subject: [PATCH] ... --- recipes/wsj.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wsj.recipe b/recipes/wsj.recipe index f676e81384..6d711d89c0 100644 --- a/recipes/wsj.recipe +++ b/recipes/wsj.recipe @@ -37,7 +37,7 @@ def classes(classes): 'class': lambda x: x and frozenset(x.split()).intersection(q)}) -USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0' +USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0' class WSJ(BasicNewsRecipe):