ecprice / newsdiffs

Automatic scraper that tracks changes in news articles over time.
Other
497 stars 135 forks source link

frontend/views.py REJECTING valid urls #41

Open wizardishungry opened 8 years ago

wizardishungry commented 8 years ago

I had to comment out the continue in the RJECTING case inside get_articles() because somehow my urls were arriving inside get_articles() with a leading and trailing space. I'm using a custom parser but the site works ok for me otherwise. This custom parser works fine and nytimes works fine with or without my change.