bdo-scraper
bdo-scraper copied to clipboard
A scraper for BDDatabase.net.
hello where is the location for the token?
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 } ```