From 94859ea3d26e5bd1feb821829929de176a5af64c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Jan 2012 08:55:56 +0530 Subject: [PATCH] Fix #915554 (USA Today Front Page Image) --- recipes/usatoday.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/usatoday.recipe b/recipes/usatoday.recipe index 38ddb0eb68..8fdb6eef30 100644 --- a/recipes/usatoday.recipe +++ b/recipes/usatoday.recipe @@ -13,6 +13,7 @@ class USAToday(BasicNewsRecipe): title = 'USA Today' __author__ = 'Kovid Goyal' description = 'newspaper' + cover_url = 'http://webmedia.newseum.org/newseum-multimedia/dfp/jpg12/lg/USAT.jpg' encoding = 'utf-8' publisher = 'usatoday.com' category = 'news, usa'