mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Cleanup previous PR
This commit is contained in:
parent
7457c15daf
commit
bec4d1b6e9
@ -2,13 +2,16 @@
|
|||||||
# vim:fileencoding=utf-8
|
# vim:fileencoding=utf-8
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class ComputerWeekly(BasicNewsRecipe):
|
class ComputerWeekly(BasicNewsRecipe):
|
||||||
title = 'ComputerWeekly'
|
title = 'ComputerWeekly'
|
||||||
|
__author__ = 'İlker Melik Sıtkı'
|
||||||
|
lang = 'en'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('IT careers and IT skills', 'https://www.computerweekly.com/rss/IT-careers-and-IT-skills.xml'),
|
('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'),
|
('IT hardware', 'https://www.computerweekly.com/rss/IT-hardware.xml'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user