root/trunk/grabbers/citysearch.conf

Revision 1201, 0.9 kB (checked in by max, 3 years ago)

sbsweb: Updated for datasource change. sbsnews_website: Obsoleted. citysearch: Update channel names

Line 
1$config = {
2            'option_anon_socks' => '',
3            'max_reliable_days' => 6,
4            'channels' => 'ABC1,ABC2,Seven,Southern_Cross,Prime,Nine,WIN,TEN,One_Digital,One_HD,TDT,DDT,SBS_ONE,SBS_TWO,Channel_31,QCTV,Access_31',
5            'option_days_offset' => '--offset',
6            'option_offset_eats_days' => 1,
7            'regions' => '81 75 126 74 88 94 101 73',
8            'option_ready' => '--version',
9            'desc' => 'Citysearch fetches high-quality free-to-air data for analogue channels in capital cities.',
10            'max_days' => 7,
11            'max_reliable_days_per_chan' => {
12                'QCTV' => 4,
13                'Channel 31' => 4,
14                'Access 31' => 4
15                },
16            'micrograbs' => 1,
17            'max_runtime' => '240',
18            'category' => 1,
19            'quality' => 3,
20            'has_subtitles' => 0,
21            'cache' => 1,
22            'option_days' => '--days'
23          };
Note: See TracBrowser for help on using the browser.