|
Revision 481, 0.6 kB
(checked in by max, 6 years ago)
|
|
Micrograb support for Rex
|
| Line | |
|---|
| 1 | $config = { |
|---|
| 2 | 'max_reliable_days' => 7, |
|---|
| 3 | 'channels' => '', |
|---|
| 4 | 'option_days_offset' => '--offset', |
|---|
| 5 | 'option_offset_eats_days' => 1, |
|---|
| 6 | 'regions' => '-71 79 90', |
|---|
| 7 | 'option_ready' => '--version', |
|---|
| 8 | 'desc' => 'Rex fetches data of high quality, very slowly, from YourTV.com.au. It supplies all Australian regions.', |
|---|
| 9 | 'max_days' => 7, |
|---|
| 10 | 'category' => 1, |
|---|
| 11 | 'quality' => 3, |
|---|
| 12 | 'cache' => 1, |
|---|
| 13 | 'max_days_per_chan' => { |
|---|
| 14 | 'SBS News' => '4' |
|---|
| 15 | }, |
|---|
| 16 | 'max_runtime' => '240', |
|---|
| 17 | 'option_days' => '--days', |
|---|
| 18 | 'micrograbs' => 1 |
|---|
| 19 | }; |
|---|