|
From: Ed A. <ed...@me...> - 2003-04-18 08:49:29
|
If you want to combine two listings sources you can use tv_cat. % tv_grab_whatever --whatever >0.xml % tv_grab_whatever --whatever >1.xml % tv_cat 1.xml 2.xml >out.xml If you want to run the same grabber for two different providers you can use the --config-file option. -- Ed Avis <ed...@me...> |