cleanup previous PR

This commit is contained in:
Kovid Goyal 2025-11-19 10:00:14 +05:30
parent 5482dc7c6f
commit e4ce24c50f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,15 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
from calibre.web.feeds.news import BasicNewsRecipe
from calibre.web.feeds.news import AutomaticNewsRecipe
class HackADayRecipe(AutomaticNewsRecipe):
__author__ = 'rui-rebelo'
title = 'Hack a Day'
description = 'Hackaday is a website and community focused on hardware hacking, technology projects, and DIY electronics. It features daily articles about innovative projects, news, tutorials, and the latest in hardware engineering news.'
description = (
'Hackaday is a website and community focused on hardware hacking, technology projects, and DIY electronics.'
' It features daily articles about innovative projects, news, tutorials, and the latest in hardware engineering news.')
oldest_article = 10
max_articles_per_feed = 100
auto_cleanup = True

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB