Hi,
I was able to setup a urlfetch call by following the thread below:
/t/urlfetch-website-with-no-api-end-point/1534603558748553448#m15346035764820…
here is the code I'm using for my command:
I am getting a new error message which is:
Code generation from strings disallowed for this context.
The code is the same as below
$(eval w=$(urlfetch json https://www.helbreath.net/top-eks);r=w.slice(w.search(/Brosky/gi),w.indexOf(<tr,w.search(/Brosky/gi))).slice(55,75).replace(/\//g,`).replace(/<td>|<tr>|td>/g,`); )
Thank you for any help provided!