mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
44a8f8efaa
commit
af47b946ab
@ -6,8 +6,8 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
|||||||
class AdvancedUserRecipe1716108103(BasicNewsRecipe):
|
class AdvancedUserRecipe1716108103(BasicNewsRecipe):
|
||||||
title = 'Collider'
|
title = 'Collider'
|
||||||
description = (
|
description = (
|
||||||
'Collider has been a consistent and authoritative voice in the entertainment industry,'
|
'Collider has been a consistent and authoritative voice in the entertainment industry,'
|
||||||
' delivering breaking news, insightful discussion and thorough reviews.')
|
' delivering breaking news, insightful discussion and thorough reviews.')
|
||||||
__author__ = 'Spicy Poison'
|
__author__ = 'Spicy Poison'
|
||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
|
@ -5,11 +5,11 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
|||||||
|
|
||||||
class AdvancedUserRecipe1716111284(BasicNewsRecipe):
|
class AdvancedUserRecipe1716111284(BasicNewsRecipe):
|
||||||
title = 'Comic Book Archive'
|
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'
|
__author__ = 'Spicy Poison'
|
||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
use_embedded_content = False
|
|
||||||
language = 'en'
|
language = 'en'
|
||||||
|
use_embedded_content = False
|
||||||
masthead_url = 'https://www.valnetinc.com/images/brand/cbr-logo-full-colored-dark.svg'
|
masthead_url = 'https://www.valnetinc.com/images/brand/cbr-logo-full-colored-dark.svg'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
ignore_duplicate_articles = {'title', 'url'}
|
ignore_duplicate_articles = {'title', 'url'}
|
||||||
|
@ -6,14 +6,13 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
|||||||
class AdvancedUserRecipe1716109041(BasicNewsRecipe):
|
class AdvancedUserRecipe1716109041(BasicNewsRecipe):
|
||||||
title = 'MovieWeb'
|
title = 'MovieWeb'
|
||||||
description = (
|
description = (
|
||||||
'MovieWeb was one of the first digital publications to appear on the web.'
|
'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'
|
' 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.'
|
' 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,'
|
' MovieWeb is the go-to for enthusiasts, providing the latest news on movie and TV castings and development,'
|
||||||
' release dates, trailers, interviews, and more.')
|
' release dates, trailers, interviews, and more.')
|
||||||
__author__ = 'Spicy Poison'
|
__author__ = 'Spicy Poison'
|
||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
language = 'en'
|
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
masthead_url = 'https://www.valnetinc.com/images/brand/mw-logo-full-colored-dark.svg'
|
masthead_url = 'https://www.valnetinc.com/images/brand/mw-logo-full-colored-dark.svg'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
|
@ -5,9 +5,10 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
|||||||
|
|
||||||
class AdvancedUserRecipe1716109928(BasicNewsRecipe):
|
class AdvancedUserRecipe1716109928(BasicNewsRecipe):
|
||||||
title = 'Screen Rant'
|
title = 'Screen Rant'
|
||||||
description = ('ScreenRant is a digital publication. ScreenRant has grown into one of the world’s'
|
description = (
|
||||||
' most prominent entertainment news sources. ScreenRant don’t just break and report news;'
|
'ScreenRant is a digital publication. ScreenRant has grown into one of the'
|
||||||
' they analyze and editorialize it with unique insight and inside information.')
|
" 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'
|
__author__ = 'Spicy Poison'
|
||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user