You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use Yahoo as a source you need to download latest binary of [curl-impersonate](https://github.com/lwthiker/curl-impersonate/releases) e.g.
32
-
libcurl-impersonate-v0.6.1.x86_64-linux-gnu.tar.gz and untar it somewhere
32
+
Then you need to download latest binary of [curl-impersonate](https://github.com/lwthiker/curl-impersonate/releases) e.g.
33
+
(currently) libcurl-impersonate-v0.6.1.x86_64-linux-gnu.tar.gz and untar it somewhere
33
34
34
35
Now some of these bits need to be loaded/initialised before running LibreOffice: I used the below (adjust your location
35
-
to libcurl-impersonate-chrome.so) to run LibreOffice Calc directly from command line:
36
+
to libcurl-impersonate-chrome.so) to run LibreOffice Calc directly from command line - alternatively you could
37
+
define LD_PRELOAD and CURL_IMPERSONATE in your environment e.g. by putting them in your .bashrc
Similar things should be possible on Windows - let me know if [this](https://stackoverflow.com/questions/1178257/ld-preload-equivalent-for-windows-to-preload-shared-libraries)
52
55
is helpful and share your experience.
53
56
57
+
User report for Linux Mint: the command to install curl_cffi is:
Background: for a normal Python script just installing curl_cffi is enough to bypass Yahoo's HTTPS fingerprinting.
55
69
Because LibreOffice is loading the stock curl library before executing the extension code directly, the above hack
56
70
is required. Unless someone tells me otherwise...
57
71
58
-
### Feedback requested:
59
-
60
-
Please provide feedback about using the extension [here](https://github.com/cmallwitz/Financials-Extension/issues/10)
61
-
62
72
### Usage:
63
73
64
74
Under 'Releases' on GitHub [there](https://github.com/cmallwitz/Financials-Extension/releases) is a downloadable **Financials-Extension.oxt** file - load it into Calc
0 commit comments