Cleanup previous PR

This commit is contained in:
Kovid Goyal 2024-09-04 07:20:29 +05:30
parent 7457c15daf
commit bec4d1b6e9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'),