mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add recipe for ThePressProject
This commit is contained in:
parent
8daa598bb9
commit
4bf31fa581
19
recipes/the_press_project.recipe
Normal file
19
recipes/the_press_project.recipe
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
# License: GPLv3 Copyright: 2023, Sotiris Papatheodorou
|
||||||
|
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class ThePressProject(BasicNewsRecipe):
|
||||||
|
title = 'ThePressProject'
|
||||||
|
__author__ = 'Sotiris Papatheodorou'
|
||||||
|
description = (
|
||||||
|
'Το ThePressProject είναι ένα ανεξάρτητο μέσο μαζικής ενημέρωσης που '
|
||||||
|
'ιδρύθηκε το 2010. Είναι ανεξάρτητο γιατί καταστατικά δεν δέχεται '
|
||||||
|
'καμία συναλλαγή με το κράτος, τις τράπεζες και τις πολυεθνικές.'
|
||||||
|
)
|
||||||
|
language = 'el'
|
||||||
|
publication_type = 'newspaper'
|
||||||
|
feeds = ['https://thepressproject.gr/feed/atom/']
|
||||||
|
encoding = 'utf-8'
|
||||||
|
remove_attributes = ['align']
|
Loading…
x
Reference in New Issue
Block a user