From af47b946abcacb1fc1d22264f4ebbc25c87accb6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Jun 2024 12:43:40 +0530 Subject: [PATCH] ... --- recipes/collider.recipe | 4 ++-- recipes/comic_book_archive.recipe | 4 ++-- recipes/movie_web.recipe | 11 +++++------ recipes/screen_rant.recipe | 7 ++++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/recipes/collider.recipe b/recipes/collider.recipe index 0f49abbe98..ad938a7392 100644 --- a/recipes/collider.recipe +++ b/recipes/collider.recipe @@ -6,8 +6,8 @@ from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1716108103(BasicNewsRecipe): title = 'Collider' description = ( - 'Collider has been a consistent and authoritative voice in the entertainment industry,' - ' delivering breaking news, insightful discussion and thorough reviews.') + 'Collider has been a consistent and authoritative voice in the entertainment industry,' + ' delivering breaking news, insightful discussion and thorough reviews.') __author__ = 'Spicy Poison' encoding = 'utf-8' language = 'en' diff --git a/recipes/comic_book_archive.recipe b/recipes/comic_book_archive.recipe index a175f2e868..7f8a355ede 100644 --- a/recipes/comic_book_archive.recipe +++ b/recipes/comic_book_archive.recipe @@ -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'} diff --git a/recipes/movie_web.recipe b/recipes/movie_web.recipe index 515cec0fb2..c9a2cb0318 100644 --- a/recipes/movie_web.recipe +++ b/recipes/movie_web.recipe @@ -6,14 +6,13 @@ from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1716109041(BasicNewsRecipe): title = 'MovieWeb' description = ( - 'MovieWeb was one of the first digital publications to appear on the web.' - ' Covering the industry from our teams in NY, LA, and beyond, MovieWeb continues' - ' to be one of the most trusted movie and TV entertainment destinations for the connected generation.' - ' MovieWeb is the go-to for enthusiasts, providing the latest news on movie and TV castings and development,' - ' release dates, trailers, interviews, and more.') + 'MovieWeb was one of the first digital publications to appear on the web.' + ' Covering the industry from our teams in NY, LA, and beyond, MovieWeb continues' + ' to be one of the most trusted movie and TV entertainment destinations for the connected generation.' + ' MovieWeb is the go-to for enthusiasts, providing the latest news on movie and TV castings and development,' + ' 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 diff --git a/recipes/screen_rant.recipe b/recipes/screen_rant.recipe index efe9f39786..0df33a3337 100644 --- a/recipes/screen_rant.recipe +++ b/recipes/screen_rant.recipe @@ -5,9 +5,10 @@ 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 world’s' - ' most prominent entertainment news sources. ScreenRant don’t just break and report news;' - ' they analyze and editorialize it with unique insight and inside information.') + description = ( + 'ScreenRant is a digital publication. ScreenRant has grown into one of the' + " world’s most prominent entertainment news sources. ScreenRant don’t just break and report news;" + ' they analyze and editorialize it with unique insight and inside information.') __author__ = 'Spicy Poison' encoding = 'utf-8' language = 'en'