santhoshse7en / news-fetch

A Python Package which helps to scrape all news details from any news websites
MIT License
180 stars 109 forks source link

Image_Url and Language Fix #24

Closed imakashsahu closed 3 years ago

imakashsahu commented 4 years ago

There was a small issue with the code the Language endpoint was given the Image_Url variable and so the Image_url was fetched as the language.

LINE 78 : change "image_url" to "language" LINE 130 : Add a new line "'language': self.language,"

Raised a Pull request too https://github.com/santhoshse7en/news-fetch/pull/6