Fix #915554 (USA Today Front Page Image)

This commit is contained in:
Kovid Goyal 2012-01-13 08:55:56 +05:30
parent 2808cc4cea
commit 94859ea3d2

View File

@ -13,6 +13,7 @@ class USAToday(BasicNewsRecipe):
title = 'USA Today' title = 'USA Today'
__author__ = 'Kovid Goyal' __author__ = 'Kovid Goyal'
description = 'newspaper' description = 'newspaper'
cover_url = 'http://webmedia.newseum.org/newseum-multimedia/dfp/jpg12/lg/USAT.jpg'
encoding = 'utf-8' encoding = 'utf-8'
publisher = 'usatoday.com' publisher = 'usatoday.com'
category = 'news, usa' category = 'news, usa'