I had the same problem a few days ago but i fixed it with one simple modification.. I 
emailed the modification to the the author of yahootopstories (ryan?).... if you can't 
wait till he incorporates the fixes into a new release, here's the fix that worked for 
me. (I'm
using version 0.6 of yahootopstories.pm but the fix should work for almost any version)

1) replace the line
my $data = &GetHtml(.........);

with

# Modified by Abhik Shah to fix errors due to 'Full Coverage' and 'Market Snapshot' 
links
my $data = &GetHtml($url_get,'<!-- _JC_  STORIES -->', '<!-- _JC_  END STORIES -->');
$$data =~ s/\Q<!-- FCStart -->\E.*?\Q<!-- FCEnd -->\E//sg;
# End modification

hope that helps.....

- abhik.
check out DesiAmerican.com (why i use NewsClipper)


Ed Curtis wrote:

>  Anyone else having problems with YahooTopStories. I haven't had any
> output generated for at least the last 2 days.
>
> Ed Curtis
> Kuntrynet Internet Services
>
> -
> If you would like to unsubscribe from this mailing list send an email to 
>[EMAIL PROTECTED] with the body "unsubscribe newsclipperlist 
>YOUR_EMAIL_ADDRESS" (without the quotes) or use the form provided at 
>http://www.NewsClipper.com/TechSup.htm#MailingList.


-
If you would like to unsubscribe from this mailing list send an email to 
[EMAIL PROTECTED] with the body "unsubscribe newsclipperlist 
YOUR_EMAIL_ADDRESS" (without the quotes) or use the form provided at 
http://www.NewsClipper.com/TechSup.htm#MailingList.

Reply via email to