mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 11:31:01 +00:00
12 lines
177 B
C
12 lines
177 B
C
|
#include <net.h>
|
||
|
#define SILENCE
|
||
|
#define NAME "n-tv"
|
||
|
|
||
|
#ifdef BRAIN
|
||
|
# define NEWSFEED_RSS "http://www.n-tv.de/23.rss"
|
||
|
#else
|
||
|
# define CONNECT_DEFAULT
|
||
|
#endif
|
||
|
|
||
|
#include <place.gen>
|