update rss feeds
This commit is contained in:
@@ -229,20 +229,16 @@ IMAGE_EXPIRATION_DAYS = 7
|
||||
RSS_FEEDS = [
|
||||
"https://www.eater.com/rss/full.xml",
|
||||
"https://modernrestaurantmanagement.com/feed/",
|
||||
"https://thespoon.tech/feed/",
|
||||
"https://www.nrn.com/rss.xml",
|
||||
"https://rss.nytimes.com/services/xml/rss/nyt/DiningandWine.xml",
|
||||
"https://www.bakingbusiness.com/rss/articles",
|
||||
"https://www.theguardian.com/food/rss"
|
||||
]
|
||||
|
||||
RSS_FEED_NAMES = {
|
||||
"https://www.eater.com/rss/full.xml": ("Eater", "https://www.eater.com/"),
|
||||
"https://modernrestaurantmanagement.com/feed/": ("Modern Restaurant Management", "https://modernrestaurantmanagement.com/"),
|
||||
"https://thespoon.tech/feed/": ("The Spoon", "https://thespoon.tech/"),
|
||||
"https://www.nrn.com/rss.xml": ("Nation's Restaurant News", "https://www.nrn.com/"),
|
||||
"https://rss.nytimes.com/services/xml/rss/nyt/DiningandWine.xml": ("The New York Times", "https://www.nytimes.com/section/food"),
|
||||
"https://www.bakingbusiness.com/rss/articles": ("Baking Business", "https://www.bakingbusiness.com/"),
|
||||
"https://www.theguardian.com/food/rss": ("The Guardian Food", "https://www.theguardian.com/food")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user