Thread
:
AutoSport.com recipe
View Single Post
03-12-2020, 08:23 AM
#
7
pacha2
Member
Posts: 18
Karma: 12710
Join Date: Feb 2020
Device: Kindle Paperwhite
Yeah the-race RSS is
https://the-race.com/feed/
I've pasted and attached my very simple recipe, just adding the cover_url and masthead_url
Spoiler
:
#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1582718311(BasicNewsRecipe):
title = 'The Race'
oldest_article = 7
max_articles_per_feed = 20
auto_cleanup = True
cover_url = 'https://pbs.twimg.com/profile_images/1214185795608702977/e8wszJ38_400x400.png'
masthead_url = 'https://cdn.the-race.com/wp-content/uploads/2020/02/02055753/the-race-logo-full-black.png'
feeds = [
('The Race', 'https://the-race.com/feed/'),
]
Attached Files
The Race_1002.recipe
(638 Bytes, 201 views)
pacha2
View Public Profile
Find More Posts by pacha2
Track Posts by pacha2 via RSS