justetf-scraping
justetf-scraping copied to clipboard
Issue with redirects
In case you pass an ISIN which does not exist to load_chart, the API call might make a redirect so I suggest adding
allow_redirects=False,
on the requests.
Hi @blackwiz4rd, can you give me an example of such to be able to reproduce and check the behavior?
Hello, I'm unable to reproduce it. Don't know why. I think I got this issue while not using your plugin but with my custom scraper. Anyway, adding
allow_redirects=False,
should not cause any issues and might be beneficial for future changes.