shashank-sharma / mythical-learning

Django based web app
MIT License
27 stars 3 forks source link

Avoid 500 internal server error while scrapping #17

Open shashank-sharma opened 7 years ago

shashank-sharma commented 7 years ago

While scrapping the site, sometimes it throws 500 internal server error. So modify get-link.py file and make it efficient.

Hint: Compare request status and then handle the condition.