Benny- / Yahoo-ticker-symbol-downloader

A web scraper for ticker symbols from yahoo finance
https://pypi.python.org/pypi/Yahoo-ticker-downloader/
Other
249 stars 87 forks source link

YahooTickerDownloader.py needs to be frequently restarted due to server timeouts #8

Closed alanbertadev closed 9 years ago

alanbertadev commented 9 years ago

Add 3 retries with an exponential back-off if HTTPError or ChunkedEncodingError is raised when processing _fetchHtml.

Benny- commented 9 years ago

Thank you.

alanbertadev commented 9 years ago

Thanks for writing this great little utility!