mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Moview Web and Football League World by SpicyPoison
This commit is contained in:
parent
a0d9d0d869
commit
5e8faec6eb
56
recipes/football_league_world.recipe
Normal file
56
recipes/football_league_world.recipe
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class AdvancedUserRecipe1718380039(BasicNewsRecipe):
|
||||||
|
title = 'Football League World'
|
||||||
|
language = 'en_GB'
|
||||||
|
__author__ = 'Spicy Poison'
|
||||||
|
description = ('Football League World is a digital publication that provides breaking news,'
|
||||||
|
' views and opinions on the hot topics and key narratives within the Championship, League One and Two.')
|
||||||
|
publisher = 'Valnet Publishing Group'
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 50
|
||||||
|
no_stylesheets = True
|
||||||
|
use_embedded_content = False
|
||||||
|
ignore_duplicate_articles = {'title', 'url'}
|
||||||
|
encoding = 'utf-8'
|
||||||
|
masthead_url = 'https://www.valnetinc.com/images/brand/flw-logo-full-colored-dark.svg'
|
||||||
|
remove_empty_feeds = True
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
#Transfer Rumours
|
||||||
|
('Transfer Rumours', 'https://footballleagueworld.co.uk/feed/transfer-rumours/'),
|
||||||
|
('Alex Scott', 'https://footballleagueworld.co.uk/feed/tag/alex-scott/'),
|
||||||
|
('James Ward-Prowse', 'https://footballleagueworld.co.uk/feed/tag/james-ward-prowse/'),
|
||||||
|
('Wilfried Gnonto', 'https://footballleagueworld.co.uk/feed/wilfried-gnonto/'),
|
||||||
|
#Championship
|
||||||
|
('Championship', 'https://footballleagueworld.co.uk/feed/championship/'),
|
||||||
|
('Leeds United', 'https://footballleagueworld.co.uk/feed/tag/leeds-united/'),
|
||||||
|
('Leicester City', 'https://footballleagueworld.co.uk/feed/tag/leicester-city/'),
|
||||||
|
('Middlesbrough', 'https://footballleagueworld.co.uk/feed/tag/middlesbrough/'),
|
||||||
|
('Queens Park Rangers', 'https://footballleagueworld.co.uk/feed/tag/qpr/'),
|
||||||
|
('Sheffield Wednesday', 'https://footballleagueworld.co.uk/feed/tag/sheffield-wednesday/'),
|
||||||
|
('Southampton', 'https://footballleagueworld.co.uk/feed/tag/southampton/'),
|
||||||
|
('Sunderland', 'https://footballleagueworld.co.uk/feed/tag/sunderland/'),
|
||||||
|
('West Bromwich Albion', 'https://footballleagueworld.co.uk/feed/tag/west-bromwich-albion/'),
|
||||||
|
#League One
|
||||||
|
('Barnsley', 'https://footballleagueworld.co.uk/feed/tag/barnsley/'),
|
||||||
|
('Bolton Wanderers', 'https://footballleagueworld.co.uk/feed/tag/bolton-wanderers/'),
|
||||||
|
('Charlton Athletic', 'https://footballleagueworld.co.uk/feed/tag/charlton-athletic/'),
|
||||||
|
('Derby County', 'https://footballleagueworld.co.uk/feed/tag/derby-county/'),
|
||||||
|
('Portsmouth', 'https://footballleagueworld.co.uk/feed/tag/portsmouth/'),
|
||||||
|
('Reading', 'https://footballleagueworld.co.uk/feed/tag/reading/'),
|
||||||
|
#League Two
|
||||||
|
('Bradford City', 'https://footballleagueworld.co.uk/feed/tag/bradford-city/'),
|
||||||
|
('Gillingham', 'https://footballleagueworld.co.uk/feed/tag/gillingham/'),
|
||||||
|
('Notts County', 'https://footballleagueworld.co.uk/feed/tag/notts-county/'),
|
||||||
|
('Swindon Town', 'https://footballleagueworld.co.uk/feed/tag/swindon-town/'),
|
||||||
|
('Wrexham', 'https://footballleagueworld.co.uk/feed/tag/wrexham/'),
|
||||||
|
|
||||||
|
('Football Association Challenge Cup', 'https://footballleagueworld.co.uk/feed/tag/fa-cup/'),
|
||||||
|
('English Football League Cup', 'https://footballleagueworld.co.uk/feed/tag/efl-cup/'),
|
||||||
|
('English Football League Trophy', 'https://footballleagueworld.co.uk/feed/tag/efl-trophy/'),
|
||||||
|
]
|
BIN
recipes/icons/movie_web.png
Normal file
BIN
recipes/icons/movie_web.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
57
recipes/movie_web.recipe
Normal file
57
recipes/movie_web.recipe
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class AdvancedUserRecipe1716109041(BasicNewsRecipe):
|
||||||
|
title = 'Movie Web'
|
||||||
|
language = 'en_US'
|
||||||
|
description = ('Movie Web 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'
|
||||||
|
publisher = 'Valnet Publishing Group'
|
||||||
|
encoding = 'utf-8'
|
||||||
|
use_embedded_content = False
|
||||||
|
masthead_url = 'https://www.valnetinc.com/images/brand/mw-logo-full-colored-dark.svg'
|
||||||
|
no_stylesheets = True
|
||||||
|
ignore_duplicate_articles = {'title', 'url'}
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 50
|
||||||
|
remove_empty_feeds = True
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
#News feeds
|
||||||
|
('Trailers', 'https://movieweb.com/feed/trailers/'),
|
||||||
|
('Movie News', 'https://movieweb.com/feed/movie-news/'),
|
||||||
|
('TV News', 'https://movieweb.com/feed/tv-news/'),
|
||||||
|
('Marvel Cinematic Universe News', 'https://movieweb.com/feed/mcu-news/'),
|
||||||
|
('DC Universe News', 'https://movieweb.com/feed/tag/dcu-news/'),
|
||||||
|
#Genre feeds
|
||||||
|
('Action', 'https://movieweb.com/feed/tag/action/'),
|
||||||
|
('Comedy', 'https://movieweb.com/feed/tag/comedy/'),
|
||||||
|
('Fantasy', 'https://movieweb.com/feed/tag/fantasy/'),
|
||||||
|
('Horror', 'https://movieweb.com/feed/tag/horror/'),
|
||||||
|
('Sci-Fi', 'https://movieweb.com/feed/tag/sci-fi/'),
|
||||||
|
('Western', 'https://movieweb.com/feed/tag/western/'),
|
||||||
|
#What to Watch feeds
|
||||||
|
('Apple TV+', 'https://movieweb.com/feed/tag/apple-tv-plus/'),
|
||||||
|
('Criterion Collection', 'https://movieweb.com/feed/tag/criterion-collection/'),
|
||||||
|
('Disney+', 'https://movieweb.com/feed/tag/disney-plus/'),
|
||||||
|
('Hulu', 'https://movieweb.com/feed/tag/hulu/'),
|
||||||
|
('HBO Max', 'https://movieweb.com/feed/tag/hbo-max/'),
|
||||||
|
('Netflix', 'https://movieweb.com/feed/tag/netflix/'),
|
||||||
|
('Paramount+', 'https://movieweb.com/feed/tag/paramount-plus/'),
|
||||||
|
('Amazon Prime Video', 'https://movieweb.com/feed/tag/prime-video/'),
|
||||||
|
('Shudder', 'https://movieweb.com/feed/tag/shudder/'),
|
||||||
|
('Tubi', 'https://movieweb.com/feed/tag/tubi/'),
|
||||||
|
|
||||||
|
('Threads', 'https://movieweb.com/feed/threads/'),
|
||||||
|
('Features', 'https://movieweb.com/feed/features/'),
|
||||||
|
('Movie Lists', 'https://movieweb.com/feed/movie-lists/'),
|
||||||
|
('TV Lists', 'https://movieweb.com/feed/tv-lists/'),
|
||||||
|
('Interviews', 'https://movieweb.com/feed/celebrity-interviews/'),
|
||||||
|
('Movie and TV Reviews', 'https://movieweb.com/feed/movie-reviews/'),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user