mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
13 lines
197 B
C
13 lines
197 B
C
|
#include <net.h>
|
||
|
|
||
|
#define NAME "ForbesVideo"
|
||
|
#define SILENCE
|
||
|
|
||
|
#ifdef BRAIN
|
||
|
# define NEWSFEED_RSS "http://www.forbes.com/video/index.xml"
|
||
|
#else
|
||
|
# define CONNECT_DEFAULT
|
||
|
#endif
|
||
|
|
||
|
#include <place.gen>
|