From 3047b30f2322e15df2bcf1c2844d1bc297361aa0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 6 Apr 2014 20:33:37 +0530 Subject: [PATCH] Fix #1303331 [News source "NRC Handelsblad" nrc-nl-epub.recipe download URL changed](https://bugs.launchpad.net/calibre/+bug/1303331) --- recipes/nrc-nl-epub.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/nrc-nl-epub.recipe b/recipes/nrc-nl-epub.recipe index dbea129eca..11830afe6b 100644 --- a/recipes/nrc-nl-epub.recipe +++ b/recipes/nrc-nl-epub.recipe @@ -42,7 +42,7 @@ class NRCHandelsblad(BasicNewsRecipe): raise ValueError('Failed to login, check username and password') epubraw = None for today in (date.today(), date.today() - timedelta(days=1),): - url = 'http://digitaleeditie.nrc.nl/digitaleeditie/NH/%s/1/%s___/downloads.html' % (today.strftime('%Y'), today.strftime('%Y%m%d')) + url = 'http://digitaleeditie.nrc.nl/digitaleeditie/NH/%s/3/%s___/downloads.html' % (today.strftime('%Y'), today.strftime('%Y%m%d')) self.log('Trying to download epub from:', url) br.start_load(url, timeout=60) try: