This commit is contained in:
Kovid Goyal 2024-06-20 12:43:40 +05:30
parent 44a8f8efaa
commit af47b946ab
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 13 additions and 13 deletions

View File

@ -5,11 +5,11 @@ from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1716111284(BasicNewsRecipe):
title = 'Comic Book Archive'
description = 'CBA was founded in 1995 and quickly became the go-to source for comics industry news, discussion, and community.'
description = 'CBR was founded in 1995 and quickly became the go-to source for comics industry news, discussion, and community.'
__author__ = 'Spicy Poison'
encoding = 'utf-8'
use_embedded_content = False
language = 'en'
use_embedded_content = False
masthead_url = 'https://www.valnetinc.com/images/brand/cbr-logo-full-colored-dark.svg'
no_stylesheets = True
ignore_duplicate_articles = {'title', 'url'}

View File

@ -13,7 +13,6 @@ class AdvancedUserRecipe1716109041(BasicNewsRecipe):
' release dates, trailers, interviews, and more.')
__author__ = 'Spicy Poison'
encoding = 'utf-8'
language = 'en'
use_embedded_content = False
masthead_url = 'https://www.valnetinc.com/images/brand/mw-logo-full-colored-dark.svg'
no_stylesheets = True

View File

@ -5,8 +5,9 @@ from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1716109928(BasicNewsRecipe):
title = 'Screen Rant'
description = ('ScreenRant is a digital publication. ScreenRant has grown into one of the worlds'
' most prominent entertainment news sources. ScreenRant dont just break and report news;'
description = (
'ScreenRant is a digital publication. ScreenRant has grown into one of the'
" worlds most prominent entertainment news sources. ScreenRant dont just break and report news;"
' they analyze and editorialize it with unique insight and inside information.')
__author__ = 'Spicy Poison'
encoding = 'utf-8'