root/trunk/grabbers/sbsnews_website.conf @ 966

Revision 966, 0.5 kB (checked in by paul, 6 years ago)

sbsnews_website.conf: forgot to increase timeout

Line 
1$config = {
2            'max_reliable_days' => 7,
3            'channels' => 'SBS_News',
4            'option_days_offset' => '--offset',
5            'option_offset_eats_days' => 1,
6            'regions' => '',
7            'option_ready' => '--version',
8            'desc' => 'guide data for SBS News only from www.sbs.com.au/whatson/WNC-Schedule.html',
9            'max_days' => 7,
10            'category' => 2,
11            'micrograbs' => 1,
12            'quality' => 3,
13            'max_runtime' => '15',
14            'option_days' => '--days'
15          };
Note: See TracBrowser for help on using the browser.