root/trunk/grabbers/d1.conf

Revision 271, 446 bytes (checked in by lincoln, 6 years ago)

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

Line 
1$config = {
2            'max_reliable_days' => 3,
3            'channels' => '',
4            'option_days_offset' => '--offset',
5            'regions' => '',
6            'option_ready' => '--version',
7            'max_days' => 7,
8            'desc' => 'guide data from Development 1 Australia (www.d1.com.au)',
9            'category' => 2,
10            'quality' => 1,
11            'max_runtime' => '20',
12            'option_days' => '--days'
13          };
Note: See TracBrowser for help on using the browser.