Finance::Quote: Fix the Yahoo source
This commit is contained in:
12
pkgs/development/perl-modules/finance-quote-yahoo.patch
Normal file
12
pkgs/development/perl-modules/finance-quote-yahoo.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -ru Finance-Quote-1.18-orig/lib/Finance/Quote/Yahoo/USA.pm Finance-Quote-1.18/lib/Finance/Quote/Yahoo/USA.pm
|
||||
--- Finance-Quote-1.18-orig/lib/Finance/Quote/Yahoo/USA.pm 2012-09-30 13:37:20.000000000 +0000
|
||||
+++ Finance-Quote-1.18/lib/Finance/Quote/Yahoo/USA.pm 2014-02-13 22:02:53.538698928 +0000
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
# URLs of where to obtain information.
|
||||
|
||||
-$YAHOO_URL = ("http://finance.yahoo.com/d");
|
||||
+$YAHOO_URL = ("http://finance.yahoo.com/d/quotes.csv");
|
||||
|
||||
sub methods {return (canada => \&yahoo,
|
||||
usa => \&yahoo,
|
||||
Reference in New Issue
Block a user