diff --git a/recipes/computer_weekly.recipe b/recipes/computer_weekly.recipe index 03b3d6f253..10f14461d1 100644 --- a/recipes/computer_weekly.recipe +++ b/recipes/computer_weekly.recipe @@ -2,13 +2,16 @@ # vim:fileencoding=utf-8 from calibre.web.feeds.news import BasicNewsRecipe + class ComputerWeekly(BasicNewsRecipe): title = 'ComputerWeekly' + __author__ = 'İlker Melik Sıtkı' + lang = 'en' oldest_article = 7 max_articles_per_feed = 100 remove_javascript = True no_stylesheets = True - + feeds = [ ('IT careers and IT skills', 'https://www.computerweekly.com/rss/IT-careers-and-IT-skills.xml'), ('IT hardware', 'https://www.computerweekly.com/rss/IT-hardware.xml'),