bdo-scraper icon indicating copy to clipboard operation
bdo-scraper copied to clipboard

A scraper for BDDatabase.net.

Results 9 bdo-scraper issues
Sort by recently updated
recently updated
newest added

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.

enhancement
help wanted
good first issue

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",...

bug

URL: `https://bddatabase.net/pt/item/10317/` Key: `effects.item` Expected: ```json { "item": ["HP Máxima +100"] } ``` Got: ```json { "item": ["+100"] } ```

bug

Add support so that parser can also scrape for `market_price` in `prices`.

enhancement

URL: `https://bddatabase.net/pt/item/9205/` Expected: ```json { "buy": "12,000", "sell": "480", "repair": null } ``` Got: ```json { "buy": null, "sell": null, "repair": null } ```

bug