-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapt to recent changes in Yahoo Finance Quotes API
- fetch required cookies and crumb for V7 url - set API default version to 7
- Loading branch information
Showing
5 changed files
with
139 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-05-08 21:58+0200\n" | ||
"POT-Creation-Date: 2023-05-25 23:25+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -16,23 +16,23 @@ msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: desklet.js:92 desklet.js:106 | ||
#: desklet.js:168 desklet.js:186 | ||
msgid "Yahoo Finance service not available!" | ||
msgstr "" | ||
|
||
#: desklet.js:438 | ||
#: desklet.js:526 | ||
msgid "Updated at " | ||
msgstr "" | ||
|
||
#: desklet.js:445 | ||
#: desklet.js:533 | ||
msgid "Error: " | ||
msgstr "" | ||
|
||
#: desklet.js:490 | ||
#: desklet.js:597 | ||
msgid "Cannot display quotes information for symbols: " | ||
msgstr "" | ||
|
||
#: desklet.js:491 | ||
#: desklet.js:598 | ||
msgid "The following error occurred: " | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters