Vladimir Fetisov
Vladimir Fetisov
@errshoff didn't you try to pass `req` instead of `JSON_STRINGIFY(req)`?
@petermr this should work ```sh ferret --param=url:"\"https://www.medrxiv.org/search/n95%252Bmasks\"" --param=dir:"\"n95\"" medrixv_search_download.fql ``` I wrapped `https://www.medrxiv.org/search/n95%252Bmasks` and `n95` in quotation marks. Ferret takes parameters without quotes as a numbers.
I edited my comment. Replace main.go with ferret. I ran ferret from the source code and forgot to fix the command.
To use the `cdp` driver, you need to run Google Chrome before the ferret. On macOS it looks like: ``` /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 ``` The need to launch Google...