|
Revision 1203, 0.6 kB
(checked in by max, 3 years ago)
|
|
Correct ten_website .conf channel names
|
| Line | |
|---|
| 1 | $config = { |
|---|
| 2 | 'max_reliable_days' => 7, |
|---|
| 3 | 'channels' => 'TEN,TEN_HD,One_HD,One_Digital', |
|---|
| 4 | 'option_anon_socks' => '', |
|---|
| 5 | 'option_days_offset' => '--offset', |
|---|
| 6 | 'option_offset_eats_days' => 1, |
|---|
| 7 | 'regions' => '73 94 75 81 101', |
|---|
| 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 | 'micrograbs' => 1, |
|---|
| 14 | 'quality' => 3, |
|---|
| 15 | 'has_subtitles' => 0, |
|---|
| 16 | 'cache' => 1, |
|---|
| 17 | 'option_days' => '--days' |
|---|
| 18 | }; |
|---|