root/grabbers/ten_website.conf @ 451

Revision 451, 0.6 kB (checked in by max, 6 years ago)

Limited ten_website to capital cities

RevLine 
[425]1$config = {
2            'max_reliable_days' => 7,
3            'channels' => 'TEN',
4            'option_anon_socks' => '',
5            'option_days_offset' => '--offset',
6            'option_offset_eats_days' => 1,
[451]7            'regions' => '73 94 75 81 101',
[425]8            'option_ready' => '--version',
9            'desc' => 'guide data for TEN only from http://www.ten.com.au',
10            'max_days' => 7,
11            'max_runtime' => '60',
12            'category' => 1,
13            'quality' => 3,
14            'cache' => 1,
15            'option_days' => '--days'
16          };
Note: See TracBrowser for help on using the browser.