root/grabbers/yahoo7widget.conf @ 817

Revision 817, 0.7 kB (checked in by max, 6 years ago)

grabber confs: Reduce reliability of support for channel TVS

Line 
1$config = {
2            'max_reliable_days' => 7,
3            'channels' => '-SBS_News,ABC2,Access_31,Channel_31,Channel_NSW,Briz_31',
4            'max_reliable_days_per_chan' => {
5                'TVS' => 3
6            },
7            'option_anon_socks' => '',
8            'option_days_offset' => '--offset',
9            'option_offset_eats_days' => 1,
10            'regions' => '-184',
11            'has_noncritical_gaps' => 1,
12            'option_ready' => '--version',
13            'desc' => 'yahoo7widget fetches data of high quality, quickly, from Yahoo7\'s widget.',
14            'max_days' => 7,
15            'max_runtime' => '15',
16            'category' => 2,
17            'quality' => 3,
18            'option_days' => '--days'
19          };
Note: See TracBrowser for help on using the browser.