|
Revision 1201, 0.6 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' => '14', |
|---|
| 4 | 'channels' => 'SBS_ONE,SBS_TWO', |
|---|
| 5 | 'option_days_offset' => '--offset', |
|---|
| 6 | 'option_offset_eats_days' => 1, |
|---|
| 7 | 'regions' => '', |
|---|
| 8 | 'option_ready' => '--version', |
|---|
| 9 | 'desc' => 'SBSWEB retrieves guide data from the SBS.com.au online guide.', |
|---|
| 10 | 'max_days' => '21', |
|---|
| 11 | 'max_runtime' => '20', |
|---|
| 12 | 'category' => 2, |
|---|
| 13 | 'quality' => 2, |
|---|
| 14 | 'has_subtitles' => 1, |
|---|
| 15 | 'option_days' => '--days' |
|---|
| 16 | }; |
|---|