root/grabbers/yahoo7web.conf @ 271

Revision 271, 0.6 kB (checked in by lincoln, 7 years ago)

first pass at #6: add a per-component max_runtime

Line 
1$config = {
2            'max_reliable_days' => 7,
3            'channels' => '',
4            'option_anon_socks' => '--anonsocks',
5            'option_days_offset' => '--offset',
6            'option_offset_eats_days' => 1,
7            'regions' => '',
8            'option_ready' => '--version',
9            'desc' => 'yahoo7web fetches guide data (slowly) from au.tv.yahoo.com',
10            'max_days' => 7,
11            'category' => 1,
12            'quality' => 3,
13            'cache' => 1,
14            'max_runtime' => '240',
15            'option_days' => '--days'
16          };
Note: See TracBrowser for help on using the browser.