mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
13 lines
218 B
C
13 lines
218 B
C
#include <net.h>
|
|
|
|
#define NAME "Economist"
|
|
#define SILENCE
|
|
|
|
#ifdef BRAIN
|
|
# define NEWSFEED_RSS "http://www.economist.com/rss/news_analysis_and_views_rss.xml"
|
|
#else
|
|
# define CONNECT_DEFAULT
|
|
#endif
|
|
|
|
#include <place.gen>
|