Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jun 20, 2024
1 parent 44a8f8e commit af47b94
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions recipes/collider.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions recipes/comic_book_archive.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down
11 changes: 5 additions & 6 deletions recipes/movie_web.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions recipes/screen_rant.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit af47b94

Please sign in to comment.