Hi,

I can confirm that it seems to work for Europe module too (file /usr/share/perl5/Finance/Quote/Yahoo/Europe.pm).

original:
$YAHOO_URL = ("http://finance.yahoo.com/d/quotes.csv";);

patched:
$YAHOO_URL = ("http://download.finance.yahoo.com/d/quotes.csv";);

Regards,
Sam.

Le 18/02/2014 04:04, Tad Whiteside a écrit :
Package: libfinance-quote-perl
Version: 1.17+git20120506-1
Severity: important
Tags: upstream



Dear Maintainer,

This is true in version 1.17 (found in wheezy) as well.

A simple fix (for US users, probably same in other modules) is to change the following in the USA.pm module found in /usr/share/perl5/Finance/Quote/Yahoo/USA.pm

original:
$YAHOO_URL = ("http://finance.yahoo.com/d";);

patched:
$YAHOO_URL = ("http://download.finance.yahoo.com/d";);

OR

Upgrade module to 1.20


Thanks,

Tad




Reply via email to