From bec4d1b6e957acc4fdf7aecd87e9ef72505d4070 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 4 Sep 2024 07:20:29 +0530 Subject: [PATCH] Cleanup previous PR --- recipes/computer_weekly.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'),