6 lines
139 B
Python
6 lines
139 B
Python
from grabber import Grabber
|
|
|
|
|
|
class TheEconomistFinance(Grabber):
|
|
feed_url = "https://www.economist.com/finance-and-economics/rss.xml"
|