Marcelo Perrella
Marcelo Perrella
### Steps to reproduce **Tell us about your environment:** * ndb version: `^1.1.5` * Platform / OS version: Windows 10 Home version 2004 * Node.js version: 12.16.3 **What steps will...
Well, I have been at it for a whole day now... I guess it's time to put my shame aside and create a thread. I can't do the first authentication...
When a request fails, it should attempt the request again if it was an error due to connectivity issues.
URL: `https://bddatabase.net/pt/item/703650/` Key: `effects` Expected: ```json { "item": [ "HP Máxima +100", "Recupera +10 HP" ], "2_set": [ "Evasão Total +5%" ] } ``` Got: ```json { "item": [ "+100",...
URL: `https://bddatabase.net/pt/item/10317/` Key: `effects.item` Expected: ```json { "item": ["HP Máxima +100"] } ``` Got: ```json { "item": ["+100"] } ```
Add support so that parser can also scrape for `market_price` in `prices`.
URL: `https://bddatabase.net/pt/item/9205/` Expected: ```json { "buy": "12,000", "sell": "480", "repair": null } ``` Got: ```json { "buy": null, "sell": null, "repair": null } ```