|
Revision 517, 0.5 kB
(checked in by lincoln, 6 years ago)
|
|
yahoo kindly AJAXified their website, making grabbing with yahoo7web far easier than it used to be. they also removed their previous speed-limiters, meaning yahoo7web is now quite fast. added micrograbbing into yahoo7web in the process
|
| Line | |
|---|
| 1 | $config = { |
|---|
| 2 | 'max_reliable_days' => 7, |
|---|
| 3 | 'channels' => '', |
|---|
| 4 | 'option_days_offset' => '--offset', |
|---|
| 5 | 'option_offset_eats_days' => 1, |
|---|
| 6 | 'regions' => '-184', |
|---|
| 7 | 'option_ready' => '--version', |
|---|
| 8 | 'desc' => 'yahoo7web fetches guide data from au.tv.yahoo.com', |
|---|
| 9 | 'max_days' => 7, |
|---|
| 10 | 'category' => 1, |
|---|
| 11 | 'micrograbs' => 1, |
|---|
| 12 | 'quality' => 3, |
|---|
| 13 | 'cache' => 1, |
|---|
| 14 | 'max_runtime' => '60', |
|---|
| 15 | 'option_days' => '--days' |
|---|
| 16 | }; |
|---|