From c65f952f0fd65141793a76e172e6e819d2270652 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 20 Aug 2013 08:19:25 +0530 Subject: [PATCH] Update jeuxvideo --- recipes/jeuxvideo.recipe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/jeuxvideo.recipe b/recipes/jeuxvideo.recipe index a41fe94753..2fb4f25705 100644 --- a/recipes/jeuxvideo.recipe +++ b/recipes/jeuxvideo.recipe @@ -6,6 +6,7 @@ JeuxVideo.com ''' __author__ = '2013, Malah ' + from calibre.web.feeds.news import BasicNewsRecipe class JeuxVideoCom(BasicNewsRecipe): @@ -27,6 +28,8 @@ class JeuxVideoCom(BasicNewsRecipe): masthead_url = u'https://upload.wikimedia.org/wikipedia/commons/3/39/Jeuxvideocom.png' feeds = [ (u'Section PC',u'http://www.jeuxvideo.com/rss/rss-pc.xml'), + (u'Section Xbox One',u'http://www.jeuxvideo.com/rss/rss-xo.xml'), + (u'Section PlayStation 4',u'http://www.jeuxvideo.com/rss/rss-ps4.xml'), (u'Section Xbox 360',u'http://www.jeuxvideo.com/rss/rss-360.xml'), (u'Section PlayStation 3',u'http://www.jeuxvideo.com/rss/rss-ps3.xml'), (u'Section Wii U',u'http://www.jeuxvideo.com/rss/rss-wiiu.xml'),