|
Revision 1079, 0.6 kB
(checked in by max, 4 years ago)
|
|
Added "expanded" grabbing mode, which looks for channel-days filled by grabbers that don't support sub-titles and requests backup data from any Type 2 (fast) grabbers that do support sub-titles.
|
| Line | |
|---|
| 1 | $config = { |
|---|
| 2 | 'max_reliable_days' => 7, |
|---|
| 3 | 'channels' => 'SBS_News', |
|---|
| 4 | 'option_days_offset' => '--offset', |
|---|
| 5 | 'option_offset_eats_days' => 1, |
|---|
| 6 | 'regions' => '', |
|---|
| 7 | 'option_ready' => '--version', |
|---|
| 8 | 'desc' => 'guide data for SBS News only from www.sbs.com.au/whatson/WNC-Schedule.html', |
|---|
| 9 | 'max_days' => 7, |
|---|
| 10 | 'category' => 2, |
|---|
| 11 | 'micrograbs' => 1, |
|---|
| 12 | 'quality' => 3, |
|---|
| 13 | 'has_subtitles' => 1, |
|---|
| 14 | 'max_runtime' => '15', |
|---|
| 15 | 'option_days' => '--days' |
|---|
| 16 | }; |
|---|