root/trunk/grabbers/acctv_website.conf

Revision 1080, 0.6 kB (checked in by paul, 4 years ago)

foxtel_swf & acctv_website: 'has_subtitles' => 1,

Line 
1$config = {
2            'option_anon_socks' => '',
3            'max_reliable_days' => 7,
4            'channels' => 'ACC',
5            'option_days_offset' => '--offset',
6            'option_offset_eats_days' => 1,
7            'regions' => '',
8            'option_ready' => '--version',
9            'desc' => 'Australian Christian Channel, because someone kept asking for it.',
10            'max_days' => '31',
11            'max_runtime' => '20',
12            'category' => 2,
13            'type' => 'paytv',
14            'quality' => 3,
15            'has_subtitles' => 1,
16            'option_days' => '--days'
17          };
Note: See TracBrowser for help on using the browser.