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

@ -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'

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

@ -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

View File

@ -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 worlds'
' most prominent entertainment news sources. ScreenRant dont 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'
" 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'
language = 'en'