anshulrgoyal / imdb-scrapper

This is small project it provide many good api for search ,scrapping ,trending
39 stars 32 forks source link

fix simpleSearch bug when term starts with an uppercase character #21

Closed TilenGombac closed 5 years ago

TilenGombac commented 5 years ago

If the term started with an uppercase character (eg. The Flash), the resulting url "https://v2.sg.media-imdb.com/suggests/T/The%20Flash.json" would be invalid (as T is an incorrect prefix, t however is the correct one => "https://v2.sg.media-imdb.com/suggests/t/The%20Flash.json").