diff --git a/recipes/football_league_world.recipe b/recipes/football_league_world.recipe new file mode 100644 index 0000000000..200ecc3635 --- /dev/null +++ b/recipes/football_league_world.recipe @@ -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/'), + ] diff --git a/recipes/icons/movie_web.png b/recipes/icons/movie_web.png new file mode 100644 index 0000000000..4925539f04 Binary files /dev/null and b/recipes/icons/movie_web.png differ diff --git a/recipes/icons/pocket-lint.png b/recipes/icons/pocket_lint.png similarity index 100% rename from recipes/icons/pocket-lint.png rename to recipes/icons/pocket_lint.png diff --git a/recipes/movie_web.recipe b/recipes/movie_web.recipe new file mode 100644 index 0000000000..bf6231e896 --- /dev/null +++ b/recipes/movie_web.recipe @@ -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/'), + ]